FlowLayoutPanel.GetFlowBreak(Control) Method

Definition

Returns a value that represents the flow-break setting of the FlowLayoutPanel control.

public:
 bool GetFlowBreak(System::Windows::Forms::Control ^ control);
public bool GetFlowBreak (System.Windows.Forms.Control control);
member this.GetFlowBreak : System.Windows.Forms.Control -> bool
Public Function GetFlowBreak (control As Control) As Boolean

Parameters

control
Control

The child control.

Returns

true if the flow break is set; otherwise, false.

Applies to