BrowseForFolderForceOldDialog Property |
Gets or sets a value indicating whether the old dialog should be forced.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool ForceOldDialog { get; set; }Public Property ForceOldDialog As Boolean
Get
Set
public:
property bool ForceOldDialog {
bool get ();
void set (bool value);
}member ForceOldDialog : bool with get, set
Property Value
Booleantrue if the old simple directory dialog should be displayed even in Vista or later.
See Also