Property | Type | Description | |
---|---|---|---|
LevelProperty | DependencyProperty |
Property | Type | Description | |
---|---|---|---|
CoerceIsSubmenuOpen | object | ||
RibbonApplicationSplitMenuItem | System |
Method | Description | |
---|---|---|
OnApplyTemplate ( ) : void |
Invoked whenever the control's template is applied.
|
Method | 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 |
Method | Description | |
---|---|---|
CoerceIsSubmenuOpen ( DependencyObject d, object baseValue ) : object | ||
RibbonApplicationSplitMenuItem ( ) : System |
Initializes static members of the RibbonApplicationSplitMenuItem class.
|
protected GetContainerForItemOverride ( ) : DependencyObject | ||
return | DependencyObject |
protected IsItemItsOwnContainerOverride ( object item ) : bool | ||
item | object | |
return | bool |
protected OnActivatingKeyTip ( ActivatingKeyTipEventArgs e ) : void | ||
e | ActivatingKeyTipEventArgs | |
return | void |
protected OnKeyDown ( KeyEventArgs e ) : void | ||
e | KeyEventArgs | |
return | void |
protected PrepareContainerForItemOverride ( DependencyObject element, object item ) : void | ||
element | DependencyObject | |
item | object | |
return | void |
protected ShouldApplyItemContainerStyle ( DependencyObject container, object item ) : bool | ||
container | DependencyObject | |
item | object | |
return | bool |