FlowLayoutPanel::SetFlowBreak Method (Control^, Boolean)

 

Sets the 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:
void SetFlowBreak(
	Control^ control,
	bool value
)

Parameters

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

The child control.

value
Type: System::Boolean

The flow-break value to set.

.NET Framework
Available since 2.0
Return to top
Show: