JamBaseShellListViewCheckedItems Property |
Refer to the
SelectionList property
to determine which items are selected. Please do not use this property,
it is currently not supported.
The
CheckBoxes in an ordinary
ListView do
not support the grayed
CheckState furthermore the ListView
does not support them at all in
View TileView.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ListViewCheckedListViewItemCollection CheckedItems { get; }
Public ReadOnly Property CheckedItems As ListViewCheckedListViewItemCollection
Get
public:
property ListViewCheckedListViewItemCollection^ CheckedItems {
ListViewCheckedListViewItemCollection^ get ();
}
member CheckedItems : ListViewCheckedListViewItemCollection with get
Property Value
Type:
ListViewCheckedListViewItemCollectionSee Also