ApplicationMenu
Represents the Application menu within the RibbonView control.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
[Themable]
[TelerikToolboxCategory("Navigation")]
public class ApplicationMenu : ItemsControl
Inheritance: objectApplicationMenu
Constructors
Initializes a new instance of the ApplicationMenu class.
public ApplicationMenu()
Fields
ContentProperty
DependencyProperty
Identifies a Content property.
public static readonly DependencyProperty ContentProperty
FooterContentProperty
DependencyProperty
Identifies a FooterContent property.
public static readonly DependencyProperty FooterContentProperty
RightPaneVisibilityProperty
DependencyProperty
Identifies the RightPaneVisibility property.
public static readonly DependencyProperty RightPaneVisibilityProperty
Properties
Gets or sets the content in the right pane of the menu.
public object Content { get; set; }
Gets or sets the content of the bottom area.
public object FooterContent { get; set; }
RightPaneVisibility
Visibility
Gets or sets the right pane Visibility.
public Visibility RightPaneVisibility { get; set; }
Methods
When overridden in a derived class, undoes the effects of the method.
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
A helper method. The only purpose is to close an internal popup if any.
public void HideInternalPopups()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
The MouseLeftButtonDown callback.
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Prepares the specified element to display the specified item.
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Element used to display the specified item.
itemobjectSpecified item.
Resets the theme.
public void ResetTheme()