Click or drag to resize

JamBaseShellListViewIsColumnVisible Method (Int32)

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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