Method | Description | |
---|---|---|
CheckableMenuItem ( string header, bool staysOpen, Action |
Alternate constructor
|
|
CheckableMenuItem ( string header, bool staysOpen, Expression |
Default constructor
|
public CheckableMenuItem ( string header, bool staysOpen, Action |
||
header | string | Header text to use for the menu item |
staysOpen | bool | Configures whether or not clicking the item closes the menu |
setter | Action |
Getter for the IsChecked information |
getter | Func |
Setter for the IsChecked information |
propertyOwner | INotifyPropertyChanged | Owner of the IsChecked PropertyChanged event |
isCheckedProperty | Expression | Lambda containing the property name for use with the PropertyChanged event |
return | System |
public CheckableMenuItem ( string header, bool staysOpen, Expression |
||
header | string | Header text to use for the menu item |
staysOpen | bool | Configures whether or not clicking the item closes the menu |
isCheckedProperty | Expression |
The property to bind IsChecked to |
propertyOwner | INotifyPropertyChanged | Owner of the isCheckedProperty |
return | System |