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

In This Topic
    ButtonElement Class
    In This Topic
    Simple button with text and image.
    Syntax
    'Declaration
     
    
    Public Class ButtonElement 
       Inherits StackPanel
       Implements IToolTipElement 
    public class ButtonElement : StackPanel, IToolTipElement  
    Inheritance Hierarchy

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

    See Also