ToolStrip.CreateLayoutSettings(ToolStripLayoutStyle) 方法

定义

指定 .. 的 ToolStrip视觉排列方式。

protected:
 virtual System::Windows::Forms::LayoutSettings ^ CreateLayoutSettings(System::Windows::Forms::ToolStripLayoutStyle layoutStyle);
protected virtual System.Windows.Forms.LayoutSettings CreateLayoutSettings(System.Windows.Forms.ToolStripLayoutStyle layoutStyle);
protected virtual System.Windows.Forms.LayoutSettings? CreateLayoutSettings(System.Windows.Forms.ToolStripLayoutStyle layoutStyle);
abstract member CreateLayoutSettings : System.Windows.Forms.ToolStripLayoutStyle -> System.Windows.Forms.LayoutSettings
override this.CreateLayoutSettings : System.Windows.Forms.ToolStripLayoutStyle -> System.Windows.Forms.LayoutSettings
Protected Overridable Function CreateLayoutSettings (layoutStyle As ToolStripLayoutStyle) As LayoutSettings

参数

layoutStyle
ToolStripLayoutStyle

要应用于的 ToolStrip视觉排列。

返回

其中一个 ToolStripLayoutStyle 值。 默认值为 null

适用于