Click or drag to resize

ShellBrowserIsColumnAvailable Method (SHCOLUMNID)

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

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

Parameters

columnID
Type: Jam.ShellSHCOLUMNID
The shell column id.

Return Value

Type: Boolean
True, if it`s available.
See Also