C# Class ModernWPF.MenuItemUI

Contains various attached properties for MenuItem.
Inheritance: System.Windows.DependencyObject
Datei anzeigen Open project: soukoku/ModernWPF

Public Properties

Property Type Description
GroupNameProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetGroupName ( System.Windows.Controls.MenuItem element ) : String

Gets the GroupName property for this object.

SetGroupName ( System.Windows.Controls.MenuItem element, String value ) : void

Sets the GroupName property for this object.

Private Methods

Method Description
MenuItemChecked ( object sender, RoutedEventArgs e ) : void
OnGroupNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RemoveCheckboxFromGrouping ( System.Windows.Controls.MenuItem checkBox ) : void

Method Details

GetGroupName() public static method

Gets the GroupName property for this object.
public static GetGroupName ( System.Windows.Controls.MenuItem element ) : String
element System.Windows.Controls.MenuItem The element.
return String

SetGroupName() public static method

Sets the GroupName property for this object.
public static SetGroupName ( System.Windows.Controls.MenuItem element, String value ) : void
element System.Windows.Controls.MenuItem The element.
value String The value.
return void

Property Details

GroupNameProperty public_oe static_oe property

Attached propert for grouped check behavior.
public static DependencyProperty,System.Windows GroupNameProperty
return System.Windows.DependencyProperty