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