C# 클래스 Symphonary.MenuItemExtensions

상속: System.Windows.DependencyObject
파일 보기 프로젝트 열기: tfreedman/Symphonary

공개 프로퍼티들

프로퍼티 타입 설명
ElementToGroupNames String>.Dictionary
GroupNameProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetGroupName ( System.Windows.Controls.MenuItem element ) : String
SetGroupName ( System.Windows.Controls.MenuItem element, String value ) : void

비공개 메소드들

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

메소드 상세

GetGroupName() 공개 정적인 메소드

public static GetGroupName ( System.Windows.Controls.MenuItem element ) : String
element System.Windows.Controls.MenuItem
리턴 String

SetGroupName() 공개 정적인 메소드

public static SetGroupName ( System.Windows.Controls.MenuItem element, String value ) : void
element System.Windows.Controls.MenuItem
value String
리턴 void

프로퍼티 상세

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

public static Dictionary ElementToGroupNames
리턴 String>.Dictionary

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

public static DependencyProperty,System.Windows GroupNameProperty
리턴 System.Windows.DependencyProperty