ShellBrowserIsColumnAvailable Method (SHCOLUMNID) |
Checks whether the given column is available for the current folder.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool IsColumnAvailable(
SHCOLUMNID columnID
)
Public Function IsColumnAvailable (
columnID As SHCOLUMNID
) As Boolean
public:
bool IsColumnAvailable(
SHCOLUMNID columnID
)
member IsColumnAvailable :
columnID : SHCOLUMNID -> bool
Parameters
- columnID
- Type: Jam.ShellSHCOLUMNID
The shell column id.
Return Value
Type:
BooleanTrue, if it`s available.
See Also