RadControls for WPF

Represents a RibbonWindow class.

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

Syntax

C#
public class RadRibbonWindow : Window, 
	IThemable
Visual Basic
Public Class RadRibbonWindow _
	Inherits Window _
	Implements IThemable

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows..::..Window
                  Telerik.Windows.Controls..::..RadRibbonWindow

See Also