Click or drag to resize

JamBaseShellListViewIsColumnVisible Method (SHCOLUMNID)

Returns whether the given SHColumnId is currently visible or not.

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

Parameters

pColId
Type: Jam.ShellSHCOLUMNID
The SHCOLUMNID of the column that should be checked.

Return Value

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