Property IsExtensionHidden
IsExtensionHidden
Gets or sets a value indicating whether this FileDialog is extension hidden.
public bool IsExtensionHidden { get; set; }
Property Value
- bool
true
if is extension hidden; otherwise,false
.
Gets or sets a value indicating whether this FileDialog is extension hidden.
public bool IsExtensionHidden { get; set; }
true
if is extension hidden; otherwise, false
.