FlowLayoutSettings::SetFlowBreak Method (Object^, Boolean)

 

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

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

public:
void SetFlowBreak(
	Object^ child,
	bool value
)

Parameters

child
Type: System::Object^

The child control.

value
Type: System::Boolean

The flow break value to set.

.NET Framework
Available since 2.0
Return to top
Show: