Enum FolderBrowserMessage
Defines constants used by the FolderBrowser component.
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum FolderBrowserMessage
Remarks
The FolderBrowserMessage enumeration specifies constants that define the event that triggered the FolderBrowserCallback event to occur.
Fields
Name | Description |
---|---|
Initialized | Indicates that the browse dialog box has finished initializing. |
SelChanged | Indicates that the selection has changed. |
ValidateFailed | Indicates that the user typed an invalid name into the edit box. |