FlowLayoutPanel.SetFlowBreak(Control, Boolean) Methode

Definitie

Hiermee stelt u de waarde in die de instelling voor stroomonderbreking van het FlowLayoutPanel besturingselement vertegenwoordigt.

public:
 void SetFlowBreak(System::Windows::Forms::Control ^ control, bool value);
public void SetFlowBreak(System.Windows.Forms.Control control, bool value);
member this.SetFlowBreak : System.Windows.Forms.Control * bool -> unit
Public Sub SetFlowBreak (control As Control, value As Boolean)

Parameters

control
Control

Het onderliggende besturingselement.

value
Boolean

De waarde voor stroomonderbreking die moet worden ingesteld.

Van toepassing op