ShellSystemListIsSelected Method |
Returns true if the item with the passed index is selected.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool IsSelected(
int pIndex
)
Public Function IsSelected (
pIndex As Integer
) As Boolean
public:
bool IsSelected(
int pIndex
)
member IsSelected :
pIndex : int -> bool
Parameters
- pIndex
- Type: SystemInt32
The index of the item.
Return Value
Type:
Booleantrue if the item with the passed index is selected, false otherwise.
See Also