alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class FolderBrowserCallbackSetState

    Specifies constants that defines the folderbrowser dialog state.

    Inheritance
    System.Object
    FolderBrowserCallbackSetState
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class FolderBrowserCallbackSetState : Enum
    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

    DisableOK

    Disables the OK button.

    Declaration
    public const FolderBrowserCallbackSetState DisableOK
    Field Value
    Type
    FolderBrowserCallbackSetState

    EnableOK

    Enables the OK button.

    Declaration
    public const FolderBrowserCallbackSetState EnableOK
    Field Value
    Type
    FolderBrowserCallbackSetState

    None

    Default State.

    Declaration
    public const FolderBrowserCallbackSetState None
    Field Value
    Type
    FolderBrowserCallbackSetState

    SetExpanded

    Specifies a path to expand in the Browse dialog box. The path can be set through the FolderBrowserCallbackEventArgs.BrowseCallbackText property.

    Declaration
    public const FolderBrowserCallbackSetState SetExpanded
    Field Value
    Type
    FolderBrowserCallbackSetState

    SetOKText

    Sets the text to be displayed on the OK button. The text can be set through the FolderBrowserCallbackEventArgs.BrowseCallbackText property.

    Declaration
    public const FolderBrowserCallbackSetState SetOKText
    Field Value
    Type
    FolderBrowserCallbackSetState

    SetSelection

    Selects the specified folder. The folder's path can be set through the FolderBrowserCallbackEventArgs.BrowseCallbackText property.

    Declaration
    public const FolderBrowserCallbackSetState SetSelection
    Field Value
    Type
    FolderBrowserCallbackSetState

    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.

    Declaration
    public const FolderBrowserCallbackSetState SetStatusText
    Field Value
    Type
    FolderBrowserCallbackSetState
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved