| ExplorerBrowserCheckItem Method  | 
 Note: This API is now obsolete.
            Checks the item at the position passed by index.
            
 
    Namespace: 
   Jam.Shell.WPF.Controls
    Assembly:
   ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
 Syntax
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
Exceptions| Exception | Condition | 
|---|
| COMException | if item could not be checked e.g. in control panel. | 
 See Also
See Also