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);
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値の 1 つ。 既定値は null です。

適用対象