C# Class ModernWPF.MenuItemUI

Contains various attached properties for MenuItem.
Inheritance: System.Windows.DependencyObject
Afficher le fichier Open project: soukoku/ModernWPF

Méthodes publiques

Свойство Type Description
GroupNameProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

SetGroupName() public static méthode

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.
Résultat void

Property Details

GroupNameProperty public_oe static_oe property

Attached propert for grouped check behavior.
public static DependencyProperty,System.Windows GroupNameProperty
Résultat System.Windows.DependencyProperty