Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ButtonElement Class
Members


In This Topic
    ButtonElement Class
    In This Topic
    Represents a button element object.
    Syntax
    'Declaration
     
    
    Public Class ButtonElement 
       Inherits ElementWindowless
       Implements IElement, ISerializeSupport 
    'Usage
     
    
    Dim instance As ButtonElement
    public class ButtonElement : ElementWindowless, IElement, ISerializeSupport  
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.ElementWindowless
          FarPoint.Win.ButtonElement
             FarPoint.Win.DropDownButtonElement
             FarPoint.Win.SpinDownButtonElement
             FarPoint.Win.SpinUpButtonElement

    See Also