ShellSystemListIsColumnAvailable Method |
Determines whether the
SHCOLUMNID passed is supported by the current view, no matter if it is currently displayed or not.
Not supported on Windows XP.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool IsColumnAvailable(
SHCOLUMNID pColKey
)
Public Function IsColumnAvailable (
pColKey As SHCOLUMNID
) As Boolean
public:
bool IsColumnAvailable(
SHCOLUMNID pColKey
)
member IsColumnAvailable :
pColKey : SHCOLUMNID -> bool
Parameters
- pColKey SHCOLUMNID
- A SHCOLUMNID that serves as identifier of the column.
Return Value
Booleantrue if the column is available, false otherwise.
See Also