Flags that control display and behaviour of folder browse dialog
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Member Name | Description | Value |
---|---|---|
None | Default | 0 |
ReturnOnlyFSDirs | Same as BIF_RETURNONLYFSDIRS | 1 |
DontGoBelowDomain | Same as BIF_DONTGOBELOWDOMAIN | 2 |
ShowStatusText | Same as BIF_STATUSTEXT | 4 |
ReturnFSancestors | Same as BIF_RETURNFSANCESTORS | 8 |
EditBox | Same as BIF_EDITBOX | 16 |
Validate | Same as BIF_VALIDATE | 32 |
NewDialogStyle | Same as BIF_NEWDIALOGSTYLE | 64 |
BrowseIncludeURLs | Same as BIF_BROWSEINCLUDEURLS | 128 |
AddUsageHint | Same as BIF_UAHINT | 256 |
NoNewFolderButton | Same as BIF_NONEWFOLDERBUTTON | 512 |
BrowseForComputer | Same as BIF_BROWSEFORCOMPUTER | 4096 |
BrowseForPrinter | Same as BIF_BROWSEFORPRINTER | 8192 |
IncludeFiles | Same as BIF_BROWSEINCLUDEFILES | 16384 |
ShowShareable | Same as BIF_SHAREABLE | 32768 |
Namespace: NETXP.Library
Assembly: NETXP.Library (in NETXP.Library.dll)