ClassRadRibbonBackstage
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadRibbonBackstage : RadTabControlBase
Inheritance: objectRadItemsControlRadSelectorRadTabControlBaseRadRibbonBackstage
Inherited Members
Constructors
RadRibbonBackstage()
Initializes a new instance of the RadRibbonBackstage class.
Declaration
public RadRibbonBackstage()
Methods
GetContainer()
Returns a new instance of the control that implements the IRadTabItem interface.
Declaration
protected override IRadTabItem GetContainer()
Returns
Overrides
HandleKey(KeyRoutedEventArgs)
Called when key is pressed in the Backstage.
Declaration
protected virtual void HandleKey(KeyRoutedEventArgs e)
Parameters
e
KeyRoutedEventArgs
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnKeyUp(KeyRoutedEventArgs)
Declaration
protected override void OnKeyUp(KeyRoutedEventArgs e)
Parameters
e
KeyRoutedEventArgs
OnSelectionChanged(SelectionChangedEventArgs)
Called when the selection changes.
Declaration
protected override void OnSelectionChanged(SelectionChangedEventArgs e)
Parameters
e
SelectionChangedEventArgs
The event data.
Overrides
PrepareContainerForItemOverride(DependencyObject, object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
Element used to display the specified item.
item
Specified item.
Overrides
UpdateSelectedContentProperties()
Updates the selected content properties SelectedContent, SelectedContentTemplate and SelectedContentTemplateSelector. This method must be implemented appropriately in the deriving class. Selected content properties are used when representing the content of selected tab item.
Declaration
protected override void UpdateSelectedContentProperties()
Overrides