C# 클래스 ModernWPF.MenuItemUI

Contains various attached properties for MenuItem.
상속: System.Windows.DependencyObject
파일 보기 프로젝트 열기: soukoku/ModernWPF

공개 프로퍼티들

프로퍼티 타입 설명
GroupNameProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
MenuItemChecked ( object sender, RoutedEventArgs e ) : void
OnGroupNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RemoveCheckboxFromGrouping ( System.Windows.Controls.MenuItem checkBox ) : void

메소드 상세

GetGroupName() 공개 정적인 메소드

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

SetGroupName() 공개 정적인 메소드

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.
리턴 void

프로퍼티 상세

GroupNameProperty 공개적으로 정적으로 프로퍼티

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