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.1
Syntax public bool IsColumnAvailable(
SHCOLUMNID pShellColumnId
)
Public Function IsColumnAvailable (
pShellColumnId As SHCOLUMNID
) As Boolean
public:
bool IsColumnAvailable(
SHCOLUMNID pShellColumnId
)
member IsColumnAvailable :
pShellColumnId : SHCOLUMNID -> bool
Parameters
- pShellColumnId
- Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.
Return Value
Type:
Booleantrue if the column is available, false otherwise.
See Also