Class FolderBrowserMessage
Defines constants used by the FolderBrowser component.
Inheritance
System.Object
FolderBrowserMessage
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class FolderBrowserMessage : Enum
Remarks
The FolderBrowserMessage enumeration specifies constants that define the event that triggered the FolderBrowserCallback event to occur.
Fields
Initialized
Indicates that the browse dialog box has finished initializing.
Declaration
public const FolderBrowserMessage Initialized
Field Value
| Type |
|---|
| FolderBrowserMessage |
SelChanged
Indicates that the selection has changed.
Declaration
public const FolderBrowserMessage SelChanged
Field Value
| Type |
|---|
| FolderBrowserMessage |
ValidateFailed
Indicates that the user typed an invalid name into the edit box.
Declaration
public const FolderBrowserMessage ValidateFailed
Field Value
| Type |
|---|
| FolderBrowserMessage |