C# Класс Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem

Наследование: RibbonMenuItem
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
LevelProperty System.Windows.DependencyProperty

Private Properties

Свойство Тип Описание
CoerceIsSubmenuOpen object
RibbonApplicationMenuItem System

Открытые методы

Метод Описание
OnApplyTemplate ( ) : void

Invoked whenever the control's template is applied.

Защищенные методы

Метод Описание
GetContainerForItemOverride ( ) : DependencyObject
IsItemItsOwnContainerOverride ( object item ) : bool
OnActivatingKeyTip ( ActivatingKeyTipEventArgs e ) : void
OnKeyDown ( System.Windows.Input.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
RibbonApplicationMenuItem ( ) : System

Initializes static members of the RibbonApplicationMenuItem class. This also overrides the default style, the Command PropertyChangedCallback, and the default RibbonControlSizeDefintion for a MenuItem.

Описание методов

GetContainerForItemOverride() защищенный Метод

protected GetContainerForItemOverride ( ) : DependencyObject
Результат System.Windows.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 ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Результат void

PrepareContainerForItemOverride() защищенный Метод

Called when the container is being attached to the parent ItemsControl
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

Описание свойств

LevelProperty публичное статическое свойство

Using a DependencyProperty as the backing store for Level to enable binding.
public static DependencyProperty,System.Windows LevelProperty
Результат System.Windows.DependencyProperty