JamShellColumnHeaderVisible Property |
Gets or sets a value indicating whether the column is currently visible.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Booleantrue if the col is visible
false otherwise.
RemarksIf visible is false the column might either not be available or currently being hidden.
See Also