FlowLayoutPanel::GetFlowBreak Method (Control^)

 

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

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

public:
bool GetFlowBreak(
	Control^ control
)

Parameters

control
Type: System.Windows.Forms::Control^

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: