JamBaseShellListViewRestoreItemSelection Method |
Restores the selection and checkstate of the item.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax protected void RestoreItemSelection(
ShellListBaseItem pItem
)
Protected Sub RestoreItemSelection (
pItem As ShellListBaseItem
)
protected:
void RestoreItemSelection(
ShellListBaseItem^ pItem
)
member RestoreItemSelection :
pItem : ShellListBaseItem -> unit
Parameters
- pItem
- Type: Jam.ShellShellListBaseItem
The item.
See Also