FlowLayoutSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collects the characteristics associated with flow layouts.
public ref class FlowLayoutSettings : System::Windows::Forms::LayoutSettings
public class FlowLayoutSettings : System.Windows.Forms.LayoutSettings
type FlowLayoutSettings = class
inherit LayoutSettings
Public Class FlowLayoutSettings
Inherits LayoutSettings
- Inheritance
Remarks
The FlowLayoutSettings class collects and manages the characteristics associated with the flow layout scheme. This class is used internally by the FlowLayoutPanel and ToolStrip classes, as well as the flow layout engine. The FlowLayoutSettings class is used by the layout engine to determine how to layout the container's child controls.
The FlowLayoutSettings class manages the following information:
The flow direction of consecutive controls.
Whether the contents should be wrapped or clipped if the child controls cannot be contained within their parent.
FlowLayoutSettings does not have a public constructor.
Properties
FlowDirection |
Gets or sets a value indicating the flow direction of consecutive controls. |
LayoutEngine |
Gets the current flow layout engine. |
WrapContents |
Gets or sets a value indicating whether the contents should be wrapped or clipped when they exceed the original boundaries of their container. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetFlowBreak(Object) |
Returns a value that represents the flow break setting of the control. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
SetFlowBreak(Object, Boolean) |
Sets the value that represents the flow break setting of the control. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |