FlowLayoutSettings::GetFlowBreak Method (Object^)

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
bool GetFlowBreak(
	Object^ child
)

Parameters

child
Type: System::Object^

The child control.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: