ExplorerBrowserCheckItem Method |
Note: This API is now obsolete.
Checks the item at the position passed by index.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
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
- Type: SystemInt32
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