RadControls for WPF

A PickerToggleButton class.

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

Syntax

C#
public class PickerToggleButton : ToggleButton, 
	IThemable
Visual Basic
Public Class PickerToggleButton _
	Inherits ToggleButton _
	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.Controls.Primitives..::..ButtonBase
                  System.Windows.Controls.Primitives..::..ToggleButton
                    Telerik.Windows.Controls..::..PickerToggleButton

See Also