Class FolderBrowserActionList
CheckBoxAdvActionList class.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class FolderBrowserActionList : SyncActionListBase<FolderBrowser>
Constructors
FolderBrowserActionList(IComponent)
Initializes a new instance of the CheckBoxAdvActionList class.
Declaration
public FolderBrowserActionList(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Represents component |
Properties
StartLocation
Gets or sets the start location
Declaration
public FolderBrowserFolder StartLocation { get; set; }
Property Value
Type | Description |
---|---|
FolderBrowserFolder | The style. |
Style
Gets or sets the options style.
Declaration
public FolderBrowserStyles Style { get; set; }
Property Value
Type | Description |
---|---|
FolderBrowserStyles | The style. |
Methods
InitializeActionList()
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.FolderBrowser>.InitializeActionList()