RadControls for Silverlight

A Button control for usage in the RadRibbonView.

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

Syntax

C#
public class RadRibbonButton : RadButton, 
	IRibbonButton, IVariantControl
Visual Basic
Public Class RadRibbonButton _
	Inherits RadButton _
	Implements IRibbonButton, IVariantControl

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            System.Windows.Controls.Primitives..::..ButtonBase
              System.Windows.Controls..::..Button
                Telerik.Windows.Controls..::..RadButton
                  Telerik.Windows.Controls..::..RadRibbonButton

See Also