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