Alexandria.Engines.DarkSouls.Model.BrowseContents C# (CSharp) 메소드

BrowseContents() 공개 메소드

Get a ModelBrowser under a bar panel.
public BrowseContents ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
리턴 System.Windows.Forms.Control
        public override Control BrowseContents(Action<double> progressUpdateCallback = null)
        {
            return BrowseUnderBarPanel(progressUpdateCallback);
        }