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

适用于