Click or drag to resize

JamBaseShellListViewIsColumnVisible(SHCOLUMNID) Method

Returns whether the given SHColumnId is currently visible or not.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public bool IsColumnVisible(
	SHCOLUMNID pColId
)

Parameters

pColId  SHCOLUMNID
The SHCOLUMNID of the column that should be checked.

Return Value

Boolean
True if it`s visible, False if hidden or not existing.
See Also