JamShellColumnHeaderVisible Property |
Gets or sets a value indicating whether the column is currently visible.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool Visible { get; set; }
Public Property Visible As Boolean
Get
Set
public:
property bool Visible {
bool get ();
void set (bool value);
}
member Visible : bool with get, set
Property Value
Type:
Booleantrue 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