ToolStrip.CreateLayoutSettings(ToolStripLayoutStyle) Método

Definição

Especifica a organização visual para o 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

Parâmetros

layoutStyle
ToolStripLayoutStyle

A organização visual a ser aplicada ao ToolStrip.

Retornos

LayoutSettings

Um dos valores de ToolStripLayoutStyle. O padrão é null.

Aplica-se a