FlowLayoutSettings.SetFlowBreak(Object, Boolean) Method

Definition

Sets the value that represents the flow break setting of the control.

public:
 void SetFlowBreak(System::Object ^ child, bool value);
public void SetFlowBreak (object child, bool value);
member this.SetFlowBreak : obj * bool -> unit
Public Sub SetFlowBreak (child As Object, value As Boolean)

Parameters

child
Object

The child control.

value
Boolean

The flow break value to set.

Applies to