ShellSystemListSelectItem Method |
The item of the given index gets selected.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic void SelectItem(
int index
)
Public Sub SelectItem (
index As Integer
)
public:
void SelectItem(
int index
)
member SelectItem :
index : int -> unit Parameters
- index Int32
- The index of the item that should be selected. -2 selects all, -1 selects none.
See Also