Show / Hide Table of Contents

Property PMItem.IsChecked


Overload

Gets or sets checked state.

public bool IsChecked { get; set; }
Exceptions
InvalidOperationException

The set function throws this exception if the item isn't checkable. Use popupMenu.AddCheck or popupMenu.AddRadio.

Property Value
bool