alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class FolderBrowserStyles

    Specifies constants that define the styles for the folder browser dialog.

    Inheritance
    System.Object
    FolderBrowserStyles
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class FolderBrowserStyles : Enum
    Remarks

    The FolderBrowserStyles enumeration specifies the options for the folder browser dialog. For more detailed information, refer to the Platform SDK documentation on the Win32 BROWSEINFO structure.

    This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

    Fields

    AllowUrls

    Displays URLs. The NewDialogStyle and BrowseForEverything values must be set along with this flag.

    Declaration
    public const FolderBrowserStyles AllowUrls
    Field Value
    Type
    FolderBrowserStyles

    BrowseForComputer

    Displays only computers.

    Declaration
    public const FolderBrowserStyles BrowseForComputer
    Field Value
    Type
    FolderBrowserStyles

    BrowseForEverything

    Displays files as well as folders.

    Declaration
    public const FolderBrowserStyles BrowseForEverything
    Field Value
    Type
    FolderBrowserStyles

    BrowseForPrinter

    Displays only printers.

    Declaration
    public const FolderBrowserStyles BrowseForPrinter
    Field Value
    Type
    FolderBrowserStyles

    NewDialogStyle

    Uses the new resizable folder selection dialog.

    Declaration
    public const FolderBrowserStyles NewDialogStyle
    Field Value
    Type
    FolderBrowserStyles

    RestrictToDomain

    Excludes network folders below the domain level.

    Declaration
    public const FolderBrowserStyles RestrictToDomain
    Field Value
    Type
    FolderBrowserStyles

    RestrictToFilesystem

    Restricts selection to file system directories.

    Declaration
    public const FolderBrowserStyles RestrictToFilesystem
    Field Value
    Type
    FolderBrowserStyles

    RestrictToSubfolders

    Returns only file system ancestors.

    Declaration
    public const FolderBrowserStyles RestrictToSubfolders
    Field Value
    Type
    FolderBrowserStyles

    ShowAdministrativeShares

    Displays administrative shares existing on remote systems.

    Declaration
    public const FolderBrowserStyles ShowAdministrativeShares
    Field Value
    Type
    FolderBrowserStyles

    ShowShares

    Displays shareable resources existing on remote systems.

    Declaration
    public const FolderBrowserStyles ShowShares
    Field Value
    Type
    FolderBrowserStyles

    ShowTextBox

    Displays a textbox control in the folder browser dialog.

    Declaration
    public const FolderBrowserStyles ShowTextBox
    Field Value
    Type
    FolderBrowserStyles

    StatusText

    Includes a status area in the dialog box. The status text can be specified in the FolderBrowserCallback event handler. This style does not apply to the new style dialog.

    Declaration
    public const FolderBrowserStyles StatusText
    Field Value
    Type
    FolderBrowserStyles

    UAHint

    Adds a usage hint to the folder dialog. Valid only with the NewDialogStyle flag.

    Declaration
    public const FolderBrowserStyles UAHint
    Field Value
    Type
    FolderBrowserStyles

    Validate

    Typing an invalid name in the textbox will trigger the FolderBrowser's FolderBrowserCallback event.

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