Click or drag to resize

ExplorerBrowserIsColumnAvailable Method

Determines whether the SHCOLUMNID passed is supported by the current view, no matter if it is currently displayed or not.

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

Parameters

pShellColumnId  SHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.

Return Value

Boolean
true if the column is available, false otherwise.
See Also