ListViewItemPresenter.CheckMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the style of checkbox shown for selecting an item.
public:
property ListViewItemPresenterCheckMode CheckMode { ListViewItemPresenterCheckMode get(); void set(ListViewItemPresenterCheckMode value); };
ListViewItemPresenterCheckMode CheckMode();
void CheckMode(ListViewItemPresenterCheckMode value);
public ListViewItemPresenterCheckMode CheckMode { get; set; }
var listViewItemPresenterCheckMode = listViewItemPresenter.checkMode;
listViewItemPresenter.checkMode = listViewItemPresenterCheckMode;
Public Property CheckMode As ListViewItemPresenterCheckMode
<listViewItemPresenter CheckMode="checkModeMemberName"/>
Property Value
A value of the enumeration that specifies the style of checkbox to show. The default is Inline.