ExplorerBrowserCheckItem Method |
Checks the item at the position passed by index.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax[ObsoleteAttribute("Use SelectItem instead")]
public void CheckItem(
int pIndex
)<ObsoleteAttribute("Use SelectItem instead")>
Public Sub CheckItem (
pIndex As Integer
)public:
[ObsoleteAttribute(L"Use SelectItem instead")]
void CheckItem(
int pIndex
)
[<ObsoleteAttribute("Use SelectItem instead")>]
member CheckItem :
pIndex : int -> unit Parameters
- pIndex Int32
- The index of the item to be checked
Exceptions| Exception | Condition |
|---|
| COMException | if item could not be checked e.g. in control panel. |
See Also