Click or drag to resize

ShellBrowserIsColumnAvailable(Int32) 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(
	int index
)

Parameters

index  Int32
The shell column index.

Return Value

Boolean
True, if it`s available.
See Also