RadControls for Silverlight

Represents the Application menu within the RibbonView control.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView (in Telerik.Windows.Controls.RibbonView.dll) Version: 2013.2.611.1050

Syntax

C#
public class ApplicationMenu : ItemsControl, 
	IThemable
Visual Basic
Public Class ApplicationMenu _
	Inherits ItemsControl _
	Implements IThemable

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            Telerik.Windows.Controls..::..ItemsControl
              Telerik.Windows.Controls..::..ApplicationMenu

See Also