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
|
IsParentHostedInRibbonWindowProperty
Identifies the IsParentHostedInRibbonWindow property.
Declaration
public static readonly DependencyProperty IsParentHostedInRibbonWindowProperty
Field Value
System.Windows.DependencyProperty
|
IsParentRibbonWindowWindowsThemeEnabledProperty
Identifies the IsParentRibbonWindowWindowsThemeEnabled property.
Declaration
public static readonly DependencyProperty IsParentRibbonWindowWindowsThemeEnabledProperty
Field Value
System.Windows.DependencyProperty
|
RibbonTitleBarHeightProperty
Identifies the RibbonTitleBarHeight property.
Declaration
public static readonly DependencyProperty RibbonTitleBarHeightProperty
Field Value
System.Windows.DependencyProperty
|
WindowMinHeightProperty
Identifies the WindowMinHeight dependency property.
Declaration
public static readonly DependencyProperty WindowMinHeightProperty
Field Value
System.Windows.DependencyProperty
|
WindowMinWidthProperty
Identifies the WindowMinWidth dependency property.
Declaration
public static readonly DependencyProperty WindowMinWidthProperty
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
|
IsParentHostedInRibbonWindow
Identifies whether the parent ribbon view is hosted in a ribbon window.
Declaration
public bool IsParentHostedInRibbonWindow { get; }
Property Value
System.Boolean
|
IsParentRibbonWindowWindowsThemeEnabled
Identifies whether the windows theme is enabled for the parent ribbon window.
Declaration
public bool IsParentRibbonWindowWindowsThemeEnabled { get; }
Property Value
System.Boolean
|
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
RibbonTitleBarHeight
Gets the height of the parent ribbon's title bar.
Declaration
public double RibbonTitleBarHeight { get; set; }
Property Value
System.Double
|
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
|
WindowMinHeight
Identifies what is the minimum height of the window when the backstage is open.
Declaration
public double WindowMinHeight { get; set; }
Property Value
System.Double
|
WindowMinWidth
Identifies what is the minimum width of the window when the backstage is open.
Declaration
public double WindowMinWidth { get; set; }
Property Value
System.Double
|
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
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
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. |