TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / TreeViewStyles Class
Properties Methods Events


In This Topic
    TreeViewStyles Class Members
    In This Topic

    The following tables list the members exposed by TreeViewStyles.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the treeview's styles.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets thickness of border.  
    Public PropertyGets or sets color of border.  
    Public PropertyGets or sets style of border.  
    Public PropertyGets or sets the checkbox color.  
    Public PropertyGets or sets style of checkboxes.  
    Public PropertyGets the styles of column header. (Inherited from C1.Win.TreeView.TreeColumnStyles)
    Public PropertyGets the default styles. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets the disabled styles. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets or sets the color of drop line.  
    Public PropertyGets the editor styles. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets or sets style of expand buttons.  
    Public PropertyGets or sets the font. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets or sets the horizontal alignment. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets the hot styles. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets the hot selected styles. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets or sets the color of lines.  
    Public PropertyGets or sets the style of dashed lines.  
    Public PropertyGets or sets the width of lines.  
    Public PropertyGets the selected styles. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets or sets a value indicating displays lines or not.  
    Public PropertyGets the unfocused selected styles. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets or sets the vertical alignment. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets or sets whether text should be allowed to wrap. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Returns a string that represents the current TreeColumnStyles.  
    Top
    Protected Methods
     NameDescription
    Protected MethodFires the PropertyChanged event. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Protected MethodHandles the PropertyChanged event of the styles. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Top
    See Also