ShellBrowserIsColumnAvailable(Int32) Method |
Checks whether the given column is available for the current folder.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool IsColumnAvailable(
int index
)
Public Function IsColumnAvailable (
index As Integer
) As Boolean
public:
bool IsColumnAvailable(
int index
)
member IsColumnAvailable :
index : int -> bool Parameters
- index Int32
- The shell column index.
Return Value
BooleanTrue, if it`s available.
See Also