Class ApplicationMenu
Represents the Application menu within the RibbonView control.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
[Themable]
[TelerikToolboxCategory("Navigation")]
public class ApplicationMenu : ItemsControl, IThemable
Constructors
ApplicationMenu()
Fields
ContentProperty
Identifies a Content property.
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
System.Windows.DependencyProperty
|
FooterContentProperty
RightPaneVisibilityProperty
Identifies the RightPaneVisibility property.
Declaration
public static readonly DependencyProperty RightPaneVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Content
Gets or sets the content in the right pane of the menu.
Declaration
public object Content { get; set; }
Property Value
System.Object
|
FooterContent
RightPaneVisibility
Gets or sets the right pane Visibility.
Declaration
public Visibility RightPaneVisibility { get; set; }
Property Value
System.Windows.Visibility
|
Methods
ClearContainerForItemOverride(DependencyObject, Object)
When overridden in a derived class, undoes the effects of the System.Windows.Controls.ItemsControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object) method.
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject
element
|
System.Object
item
|
HideInternalPopups()
A helper method. The only purpose is to close an internal popup if any.
Declaration
public void HideInternalPopups()
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()
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. |
OnMouseLeftButtonDown(MouseButtonEventArgs)
The MouseLeftButtonDown callback.
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs
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. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()