JamBaseShellListViewIsColumnVisible Method (Int32) |
Returns whether the given column id is currently visible or not.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool IsColumnVisible(
int pShellIndex
)
Public Function IsColumnVisible (
pShellIndex As Integer
) As Boolean
public:
bool IsColumnVisible(
int pShellIndex
)
member IsColumnVisible :
pShellIndex : int -> bool
Parameters
- pShellIndex
- Type: SystemInt32
The shell column index to be checked.
Return Value
Type:
BooleanTrue if it's visible.
See Also