Click or drag to resize

ShellBrowserIsColumnAvailable Method (Int32)

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

Parameters

index
Type: SystemInt32
The shell column index.

Return Value

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