Click or drag to resize

JamBaseShellListViewIsColumnVisible Method (Int32)

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

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

Parameters

pShellIndex
Type: SystemInt32
The shell column index to be checked.

Return Value

Type: Boolean
True if it's visible.
See Also