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

상속: System.Windows.Controls.ContextMenu
파일 보기 프로젝트 열기: kasicass/kasicass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HasGalleryProperty System.Windows.DependencyProperty
ItemContainerTemplateSelectorProperty System.Windows.DependencyProperty
UsesItemContainerTemplateProperty System.Windows.DependencyProperty

보호된 메소드들

메소드 설명
ClearContainerForItemOverride ( DependencyObject element, object item ) : void
GetContainerForItemOverride ( ) : DependencyObject
IsItemItsOwnContainerOverride ( object item ) : bool
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
PrepareContainerForItemOverride ( DependencyObject element, object item ) : void
ShouldApplyItemContainerStyle ( DependencyObject container, object item ) : bool

비공개 메소드들

메소드 설명
CanRaiseDismissPopups ( UIElement dismissPopupSource ) : bool
ChooseContextMenu ( DependencyObject owner ) : RibbonContextMenu
GenerateAddGalleryToQATItem ( RibbonContextMenu contextMenu ) : RibbonMenuItem
GenerateAddToOrRemoveFromQATItem ( bool controlIsInQAT, RibbonContextMenu contextMenu ) : RibbonMenuItem
GenerateMinimizeTheRibbonItem ( RibbonContextMenu contextMenu ) : RibbonMenuItem
GenerateQATPlacementMenuItem ( RibbonContextMenu contextMenu ) : RibbonMenuItem
GetDefaultRibbonClientAreaContextMenu ( ) : RibbonContextMenu
GetDismissPopupSource ( ) : UIElement
GetGalleryContextMenu ( ) : RibbonContextMenu
GetQATControlContextMenu ( ) : RibbonContextMenu
GetRibbonControlContextMenu ( ) : RibbonContextMenu
OnClickThrough ( ) : void
OnClickThroughThunk ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnIsOpenChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
RestoreFocusToRibbon ( ) : void

Tries to restore focus to the first focusable element across the ancestor chain of ContextMenuOriginalSource. Should be called only when Ribbon is supposed to retain the focus.

RibbonContextMenu ( ) : System

Initializes static members of the RibbonContextMenu class.

메소드 상세

ClearContainerForItemOverride() 보호된 메소드

protected ClearContainerForItemOverride ( DependencyObject element, object item ) : void
element System.Windows.DependencyObject
item object
리턴 void

GetContainerForItemOverride() 보호된 메소드

protected GetContainerForItemOverride ( ) : DependencyObject
리턴 System.Windows.DependencyObject

IsItemItsOwnContainerOverride() 보호된 메소드

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

OnCreateAutomationPeer() 보호된 메소드

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
리턴 System.Windows.Automation.Peers.AutomationPeer

OnKeyDown() 보호된 메소드

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
리턴 void

PrepareContainerForItemOverride() 보호된 메소드

protected PrepareContainerForItemOverride ( DependencyObject element, object item ) : void
element System.Windows.DependencyObject
item object
리턴 void

ShouldApplyItemContainerStyle() 보호된 메소드

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

프로퍼티 상세

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

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

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

DependencyProperty for ItemContainerTemplateSelector property.
public static DependencyProperty,System.Windows ItemContainerTemplateSelectorProperty
리턴 System.Windows.DependencyProperty

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

DependencyProperty for UsesItemContainerTemplate property.
public static DependencyProperty,System.Windows UsesItemContainerTemplateProperty
리턴 System.Windows.DependencyProperty