Click or drag to resize

JamShellColumnHeaderVisible Property

Gets or sets a value indicating whether the column is currently visible.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool Visible { get; set; }

Property Value

Type: Boolean
true if the col is visible false otherwise.
Remarks
If visible is false the column might either not be available or currently being hidden.
See Also