AdvancedSaveFileDialogForceShowHiddenFiles Property
Gets or sets whether to show system and hidden files, thus overriding the user setting to show or not to show hidden files.
However, a file that is marked both system and hidden is not shown.
Default value: .
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public bool ForceShowHiddenFiles { get; set; }
Public Property ForceShowHiddenFiles As Boolean
Get
Set
public:
property bool ForceShowHiddenFiles {
bool get ();
void set (bool value);
}
member ForceShowHiddenFiles : bool with get, set
Property Value
Boolean