C# Class Rubberduck.UI.Controls.MenuItemGroup

Thanks to @Patrick at http://stackoverflow.com/a/3652980/1188513
Inheritance: System.Windows.DependencyObject
显示文件 Open project: retailcoder/Rubberduck

Public Properties

Property Type Description
GroupNameProperty System.Windows.DependencyProperty

Public Methods

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

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

public static GetGroupName ( System.Windows.Controls.MenuItem element ) : string
element System.Windows.Controls.MenuItem
return string

SetGroupName() public static method

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

Property Details

GroupNameProperty public_oe static_oe property

public static DependencyProperty,System.Windows GroupNameProperty
return System.Windows.DependencyProperty