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