JamShellColumnCollectionIsCustomColumn Method |
Determines whether the column specified by the passed index is a custom column, i.e. no ShellColumn, but one that contains user defined data.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool IsCustomColumn(
int pIndex
)
Public Function IsCustomColumn (
pIndex As Integer
) As Boolean
public:
bool IsCustomColumn(
int pIndex
)
member IsCustomColumn :
pIndex : int -> bool
Parameters
- pIndex
- Type: SystemInt32
Index of the column.
Return Value
Type:
BooleanTrue if the column exists and is a custom column, false otherwise. Passing values exeeding the range of existing columns returns false.
See Also