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


In This Topic
    SplitBoxAlignment Enumeration
    In This Topic
    Specifies the placement of split boxes in the component with respect to their alignment with the scroll bars.
    Syntax
    'Declaration
     
    
    Public Enum SplitBoxAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SplitBoxAlignment
    public enum SplitBoxAlignment : System.Enum 
    Members
    MemberDescription
    LeadingDisplays the split boxes before (to the left or above) the scroll bars.
    TrailingDisplays the split boxes after (to the right or below) the scroll bars.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.SplitBoxAlignment

    See Also