JamBaseShellListViewIsColumnVisible Method (SHCOLUMNID) |
Returns whether the given SHColumnId is currently visible or not.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool IsColumnVisible(
SHCOLUMNID pColId
)
Public Function IsColumnVisible (
pColId As SHCOLUMNID
) As Boolean
public:
bool IsColumnVisible(
SHCOLUMNID pColId
)
member IsColumnVisible :
pColId : SHCOLUMNID -> bool
Parameters
- pColId
- Type: Jam.ShellSHCOLUMNID
The SHCOLUMNID of the column that should be checked.
Return Value
Type:
BooleanTrue if it`s visible, False if hidden or not existing.
See Also