Click or drag to resize

JamBaseShellListViewIsColumnVisible(Int32) Method

Returns whether the given column id is currently visible or not.

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

Parameters

pShellIndex  Int32
The shell column index to be checked.

Return Value

Boolean
True if it's visible.
See Also