Class RadRibbonBackstage
Represents a RibbonView backstage control.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
[TelerikToolboxCategory("Navigation")]
public class RadRibbonBackstage : RadTabControl, IThemable
Constructors
RadRibbonBackstage()
Fields
BackstagePositionProperty
Identifies the Position dependency property.
Declaration
public static readonly DependencyProperty BackstagePositionProperty
Field Value
System.Windows.DependencyProperty
|
CloseButtonVisibilityProperty
Identifies the CloseButtonVisibility dependency property.
Declaration
public static readonly DependencyProperty CloseButtonVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BackstagePosition
Identifies where the Backstage will be positioned when it is open.
Declaration
public BackstagePosition BackstagePosition { get; set; }
Property Value
BackstagePosition
|
BottomTemplate
This property does not apply to Backstage.
Declaration
public ControlTemplate BottomTemplate { get; set; }
Property Value
System.Windows.Controls.ControlTemplate
|
CloseButtonVisibility
Identifies whether the close button of the backstage should be visible.
Declaration
public Visibility CloseButtonVisibility { get; set; }
Property Value
System.Windows.Visibility
|
LeftTemplate
This property does not apply to Backstage.
Declaration
public ControlTemplate LeftTemplate { get; set; }
Property Value
System.Windows.Controls.ControlTemplate
|
ReorderTabRows
This property does not apply to Backstage.
Declaration
public override bool ReorderTabRows { get; set; }
Property Value
System.Boolean
|
Overrides
RightTemplate
This property does not apply to Backstage.
Declaration
public ControlTemplate RightTemplate { get; set; }
Property Value
System.Windows.Controls.ControlTemplate
|
ScrollMode
This property does not apply to Backstage.
Declaration
public TabControlScrollMode ScrollMode { get; set; }
Property Value
TabControlScrollMode
|
TopTemplate
This property does not apply to Backstage.
Declaration
public ControlTemplate TopTemplate { get; set; }
Property Value
System.Windows.Controls.ControlTemplate
|
Methods
GetContainerForItemOverride()
Creates or identifies the element used to display a specified item.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System.Windows.DependencyObject
|
Overrides
HandleKey(KeyEventArgs)
Called when key is pressed in the Backstage.
Declaration
protected virtual void HandleKey(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs
e
|
IsItemItsOwnContainerOverride(Object)
Determines if the specified item is (or is eligible to be) its own container.
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
System.Object
item
The item to check. |
Returns
System.Boolean
|
Overrides
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Creates a BackstageAutomationPeer.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
A new instance of the BackstageAutomationPeer. |
Overrides
OnKeyUp(KeyEventArgs)
Raised when the key was released.
Declaration
protected override void OnKeyUp(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs
e
|
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject
element
Element used to display the specified item. |
System.Object
item
Specified item. |