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

Наследование: Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
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