FlowLayoutPanel.GetFlowBreak(Control) Methode

Definitie

Retourneert een waarde die de instelling voor stroomonderbreking van het FlowLayoutPanel besturingselement vertegenwoordigt.

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

Het onderliggende besturingselement.

Retouren

true als het stroomeinde is ingesteld; anders, false.

Van toepassing op