C# Class Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem

Inheritance: Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem
Afficher le fichier Open project: wjk/dotnet-wpf Class Usage Examples

Méthodes publiques

Свойство Type Description
LevelProperty DependencyProperty

Private Properties

Свойство Type Description
CoerceIsSubmenuOpen object
RibbonApplicationSplitMenuItem System

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void

Invoked whenever the control's template is applied.

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
CoerceIsSubmenuOpen ( DependencyObject d, object baseValue ) : object
RibbonApplicationSplitMenuItem ( ) : System

Initializes static members of the RibbonApplicationSplitMenuItem class.

Method Details

GetContainerForItemOverride() protected méthode

protected GetContainerForItemOverride ( ) : DependencyObject
Résultat DependencyObject

IsItemItsOwnContainerOverride() protected méthode

protected IsItemItsOwnContainerOverride ( object item ) : bool
item object
Résultat bool

OnActivatingKeyTip() protected méthode

protected OnActivatingKeyTip ( ActivatingKeyTipEventArgs e ) : void
e ActivatingKeyTipEventArgs
Résultat void

OnApplyTemplate() public méthode

Invoked whenever the control's template is applied.
public OnApplyTemplate ( ) : void
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

PrepareContainerForItemOverride() protected méthode

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

ShouldApplyItemContainerStyle() protected méthode

protected ShouldApplyItemContainerStyle ( DependencyObject container, object item ) : bool
container DependencyObject
item object
Résultat bool

Property Details

LevelProperty public_oe static_oe property

Using a DependencyProperty as the backing store for Level to enable binding.
public static DependencyProperty LevelProperty
Résultat DependencyProperty