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

In This Topic
    CheckButtonElement Class
    In This Topic
    Check (toggle) button.
    Object Model
    CheckButtonElement ClassElement ClassElementList ClassElement ClassIView InterfaceElement ClassStyle ClassElement ClassStyle Class
    Syntax
    'Declaration
     
    
    Public Class CheckButtonElement 
       Inherits ButtonElement
       Implements IToolTipElement 
    public class CheckButtonElement : ButtonElement, IToolTipElement  
    Inheritance Hierarchy

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

    See Also