Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TreeViewExpandButton Class
Members

In This Topic
    C1TreeViewExpandButton Class
    In This Topic
    Expand/Co
    Object Model
    C1TreeViewExpandButton Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
    <ContentPropertyAttribute("Content", True)>
    Public Class C1TreeViewExpandButton 
       Inherits System.Windows.Controls.Primitives.ToggleButton
    [TemplateVisualState(Name="Normal", GroupName="CommonStates")]
    [ContentProperty("Content", true)]
    public class C1TreeViewExpandButton : 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.C1TreeViewExpandButton

    See Also