C# Class Rubberduck.UI.Controls.MenuItemGroup

Thanks to @Patrick at http://stackoverflow.com/a/3652980/1188513
Inheritance: System.Windows.DependencyObject
Afficher le fichier Open project: retailcoder/Rubberduck

Méthodes publiques

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

Méthodes publiques

Méthode Description
GetGroupName ( System.Windows.Controls.MenuItem element ) : string
SetGroupName ( System.Windows.Controls.MenuItem element, string value ) : void

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

public static GetGroupName ( System.Windows.Controls.MenuItem element ) : string
element System.Windows.Controls.MenuItem
Résultat string

SetGroupName() public static méthode

public static SetGroupName ( System.Windows.Controls.MenuItem element, string value ) : void
element System.Windows.Controls.MenuItem
value string
Résultat void

Property Details

GroupNameProperty public_oe static_oe property

public static DependencyProperty,System.Windows GroupNameProperty
Résultat System.Windows.DependencyProperty