ComponentOne InputPanel for WinForms
BreakType Enumeration

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : BreakType Enumeration
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.C1InputPanel.BreakType

See Also

Reference

C1.Win.C1InputPanel Namespace