Click or drag to resize

ShellBrowserIsColumnAvailable(SHCOLUMNID) Method

Checks whether the given column is available for the current folder.

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

Parameters

columnID  SHCOLUMNID
The shell column id.

Return Value

Boolean
True, if it`s available.
See Also