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