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


In This Topic
    SplitBoxPolicy Enumeration
    In This Topic
    Specifies when the component displays the split boxes.
    Syntax
    'Declaration
     
    
    Public Enum SplitBoxPolicy 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SplitBoxPolicy
    public enum SplitBoxPolicy : System.Enum 
    Members
    MemberDescription
    AlwaysDisplays the split box all the time
    AsNeededDisplays the split box only when needed
    NeverDoes not display the split box
    Inheritance Hierarchy

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

    See Also