Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SplitBoxAlignment Enumeration


SplitBoxAlignment Enumeration
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
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