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: .

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public bool ForceShowHiddenFiles { get; set; }

Property Value

Boolean

See Also