Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / C1ExpanderButton Class
Members

In This Topic
    C1ExpanderButton Class
    In This Topic
    Toggle Button whose ExpandDirection property and states are used to change the appearance of the expand button of the C1Expander.
    Object Model
    C1ExpanderButton Class
    Syntax
    'Declaration
     
    
    Public Class C1ExpanderButton 
       Inherits System.Windows.Controls.Primitives.ToggleButton
    public class C1ExpanderButton : System.Windows.Controls.Primitives.ToggleButton 
    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.Primitives.ToggleButton
                            C1.Silverlight.Extended.C1ExpanderButton

    See Also