Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ButtonStyle Enumeration


In This Topic
    ButtonStyle Enumeration
    In This Topic
    Specifies the style of the button to display in the edit control.
    Syntax
    'Declaration
     
    
    Public Enum ButtonStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ButtonStyle
    public enum ButtonStyle : System.Enum 
    Members
    MemberDescription
    DropDownDisplays a button with a drop-down arrow for a drop-down list or drop-down calendar or clock
    NoneDisplays no buttons
    PopUpDisplays a button with ellipsis points to launch a dialog or pop-up calendar or clock
    SlideDisplays two buttons to scroll horizontally through long data
    SpinDisplays two spin buttons to increment and decrement values
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.ButtonStyle

    See Also