TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / ExpandButtonStyle Enumeration

In This Topic
    ExpandButtonStyle Enumeration
    In This Topic
    Determines the view of a expand button.
    Syntax
    'Declaration
     
    
    Public Enum ExpandButtonStyle 
       Inherits System.Enum
    public enum ExpandButtonStyle : System.Enum 
    Members
    MemberDescription
    SystemStandard system view.
    VS2015Like a Visual Studio 2015.
    Windows10Like a Windows 10.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.TreeView.ExpandButtonStyle

    See Also