Input for WinForms | ComponentOne
C1.Framework Namespace / CheckBoxButtonElement Class
Members

In This Topic
    CheckBoxButtonElement Class
    In This Topic
    Represents a button with checkbox for TreeRow.
    Object Model
    CheckBoxButtonElement ClassElement ClassC1Icon ClassElementList ClassElement ClassIView InterfaceElement ClassStyle ClassElement ClassStyle ClassC1Icon Class
    Syntax
    'Declaration
     
    
    Public Class CheckBoxButtonElement 
       Inherits CheckButtonElement
       Implements IToolTipElement 
    public class CheckBoxButtonElement : CheckButtonElement, IToolTipElement  
    Inheritance Hierarchy

    System.Object
       C1.Framework.Element
          C1.Framework.BasePanel
             C1.Framework.StackPanel
                C1.Framework.ButtonElement
                   C1.Framework.CheckButtonElement
                      C1.Framework.CheckBoxButtonElement

    See Also