Alexandria.Engines.DarkSouls.ParameterDefinition.BrowseContents C# (CSharp) Method

BrowseContents() public method

Get a control to browse the contents of the object.
public BrowseContents ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
return System.Windows.Forms.Control
        public override Control BrowseContents(Action<double> progressUpdateCallback = null)
        {
            return CreateBarPanel(Browse(progressUpdateCallback));
        }