FlowLayoutPanel.GetFlowBreak(Control) Methode

Definition

Gibt einen Wert zurück, der die Einstellung für die Flussunterbrechung des FlowLayoutPanel-Steuerelements darstellt.

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

Parameter

control
Control

Das untergeordnete Steuerelement.

Gibt zurück

true, wenn die Flussunterbrechung festgelegt ist, andernfalls false.

Gilt für: