Enum FolderBrowserCallbackSetState
Specifies constants that defines the folderbrowser dialog state.
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum FolderBrowserCallbackSetState
Remarks
Enumeration used for setting the folderbrowser dialog's state from the FolderBrowserCallback event handler. For detailed information on the folder browser callback function, refer to the Platform SDK documentation on the BrowseCallbackProc function.
Fields
Name | Description |
---|---|
DisableOK | Disables the OK button. |
EnableOK | Enables the OK button. |
None | Default State. |
SetExpanded | Specifies a path to expand in the Browse dialog box. The path can be set through the FolderBrowserCallbackEventArgs.BrowseCallbackText property. |
SetOKText | Sets the text to be displayed on the OK button. The text can be set through the FolderBrowserCallbackEventArgs.BrowseCallbackText property. |
SetSelection | Selects the specified folder. The folder's path can be set through the FolderBrowserCallbackEventArgs.BrowseCallbackText property. |
SetStatusText | Sets the text to be displayed on the OK button. The text can be set through the FolderBrowserCallbackEventArgs.BrowseCallbackText property. This state is inapplicable with the new dialog style. |