InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / BreakType Enumeration

In This Topic
    BreakType Enumeration
    In This Topic
    Specifies whether the layout should break the flow after the component.
    Syntax
    'Declaration
     
    Public Enum BreakType 
       Inherits System.Enum
    public enum BreakType : System.Enum 
    Members
    MemberDescription
    ColumnCreates a new column after this component.
    GroupCreates a new row starting below the current component, at the left edge of the current group.
    NoneThe layout should not break the flow after the component.
    RowCauses next component to be placed in a new row within the flow.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.InputPanel.BreakType

    See Also