Click or drag to resize

JamShellColumnHeaderVisible Property

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

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

Property Value

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