Property CanChooseDirectories
CanChooseDirectories
Gets or sets a value indicating whether this OpenDialog can choose directories.
public bool CanChooseDirectories { get; set; }
Property Value
- bool
true
if can choose directories; otherwise,false
defaults tofalse
.