C# 클래스 Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem

상속: Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem
파일 보기 프로젝트 열기: wjk/dotnet-wpf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LevelProperty DependencyProperty

Private Properties

프로퍼티 타입 설명
CoerceIsSubmenuOpen object
RibbonApplicationSplitMenuItem System

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

Invoked whenever the control's template is applied.

보호된 메소드들

메소드 설명
GetContainerForItemOverride ( ) : DependencyObject
IsItemItsOwnContainerOverride ( object item ) : bool
OnActivatingKeyTip ( ActivatingKeyTipEventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
PrepareContainerForItemOverride ( DependencyObject element, object item ) : void

Called when the container is being attached to the parent ItemsControl

ShouldApplyItemContainerStyle ( DependencyObject container, object item ) : bool

비공개 메소드들

메소드 설명
CoerceIsSubmenuOpen ( DependencyObject d, object baseValue ) : object
RibbonApplicationSplitMenuItem ( ) : System

Initializes static members of the RibbonApplicationSplitMenuItem class.

메소드 상세

GetContainerForItemOverride() 보호된 메소드

protected GetContainerForItemOverride ( ) : DependencyObject
리턴 DependencyObject

IsItemItsOwnContainerOverride() 보호된 메소드

protected IsItemItsOwnContainerOverride ( object item ) : bool
item object
리턴 bool

OnActivatingKeyTip() 보호된 메소드

protected OnActivatingKeyTip ( ActivatingKeyTipEventArgs e ) : void
e ActivatingKeyTipEventArgs
리턴 void

OnApplyTemplate() 공개 메소드

Invoked whenever the control's template is applied.
public OnApplyTemplate ( ) : void
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
리턴 void

PrepareContainerForItemOverride() 보호된 메소드

Called when the container is being attached to the parent ItemsControl
protected PrepareContainerForItemOverride ( DependencyObject element, object item ) : void
element DependencyObject
item object
리턴 void

ShouldApplyItemContainerStyle() 보호된 메소드

protected ShouldApplyItemContainerStyle ( DependencyObject container, object item ) : bool
container DependencyObject
item object
리턴 bool

프로퍼티 상세

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

Using a DependencyProperty as the backing store for Level to enable binding.
public static DependencyProperty LevelProperty
리턴 DependencyProperty