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.

Применяется к