FlowLayoutSettings.GetFlowBreak(Object) Method

Definition

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

public:
 bool GetFlowBreak(System::Object ^ child);
public bool GetFlowBreak (object child);
member this.GetFlowBreak : obj -> bool
Public Function GetFlowBreak (child As Object) As Boolean

Parameters

child
Object

The child control.

Returns

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

Applies to