Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ButtonAlign Enumeration


In This Topic
    ButtonAlign Enumeration
    In This Topic
    Specifies the alignment of the button in the edit control.
    Syntax
    'Declaration
     
    
    Public Enum ButtonAlign 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ButtonAlign
    public enum ButtonAlign : System.Enum 
    Members
    MemberDescription
    LeftAligns the button on the left side of the control
    RightAligns the button on the right side of the control
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.ButtonAlign

    See Also