BrowseForFolderForceOldDialog Property |
Gets or sets a value indicating whether the old dialog should be forced.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
Type:
Booleantrue if the old simple directory dialog should be displayed even in Vista or later.
See Also