ToolStripDropDown::CreateLayoutSettings Method (ToolStripLayoutStyle)
.NET Framework (current version)
Applies various layout options to the ToolStripDropDown.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: virtual LayoutSettings^ CreateLayoutSettings( ToolStripLayoutStyle style ) override
Parameters
- style
-
Type:
System.Windows.Forms::ToolStripLayoutStyle
One of the ToolStripLayoutStyle values. The possibilities are Flow, HorizontalStackWithOverflow, StackWithOverflow, Table, and VerticalStackWithOverflow.
Return Value
Type: System.Windows.Forms::LayoutSettings^The LayoutSettings for this ToolStripDropDown.
.NET Framework
Available since 2.0
Available since 2.0
Show: