New to Telerik UI for WPFStart a free 30-day trial

Represents the Application menu within the RibbonView control.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

C#
[Themable]
[TelerikToolboxCategory("Navigation")]
public class ApplicationMenu : ItemsControl

Inheritance: objectApplicationMenu

Constructors

Initializes a new instance of the ApplicationMenu class.

C#
public ApplicationMenu()

Fields

ContentProperty

DependencyProperty

Identifies a Content property.

C#
public static readonly DependencyProperty ContentProperty

FooterContentProperty

DependencyProperty

Identifies a FooterContent property.

C#
public static readonly DependencyProperty FooterContentProperty

RightPaneVisibilityProperty

DependencyProperty

Identifies the RightPaneVisibility property.

C#
public static readonly DependencyProperty RightPaneVisibilityProperty

Properties

Gets or sets the content in the right pane of the menu.

C#
public object Content { get; set; }

Gets or sets the content of the bottom area.

C#
public object FooterContent { get; set; }

Gets or sets the right pane Visibility.

C#
public Visibility RightPaneVisibility { get; set; }

Methods

When overridden in a derived class, undoes the effects of the method.

C#
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters:elementDependencyObjectitemobject

A helper method. The only purpose is to close an internal popup if any.

C#
public void HideInternalPopups()

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .

C#
public override void OnApplyTemplate()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

The MouseLeftButtonDown callback.

C#
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs

Prepares the specified element to display the specified item.

C#
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters:elementDependencyObject

Element used to display the specified item.

itemobject

Specified item.

Resets the theme.

C#
public void ResetTheme()