System.Windows.Forms.FlowLayoutPanel Members

The members of System.Windows.Forms.FlowLayoutPanel are listed below.

See Also: Inherited members from System.Windows.Forms.Panel

Public Constructors

Initializes a new instance of the System.Windows.Forms.FlowLayoutPanel class.

Public Properties

FlowDirectionFlowDirection.

Gets or sets a value indicating the flow direction of the System.Windows.Forms.FlowLayoutPanel control.

[read-only]
override
LayoutEngineSystem.Windows.Forms.Layout.LayoutEngine.

Gets a cached instance of the panel's layout engine.

WrapContentsbool.

Gets or sets a value indicating whether the System.Windows.Forms.FlowLayoutPanel control should wrap its contents or let the contents be clipped.

Public Methods

GetFlowBreak(Control) : bool

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

SetFlowBreak(Control, bool)

Sets the value that represents the flow-break setting of the System.Windows.Forms.FlowLayoutPanel control.

Explicitly Implemented Interface Members