ToolStrip.CreateLayoutSettings(ToolStripLayoutStyle) Méthode

Définition

Spécifie la disposition visuelle pour le 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

Paramètres

layoutStyle
ToolStripLayoutStyle

Disposition visuelle devant être appliquée au ToolStrip.

Retours

LayoutSettings

Une des valeurs de l'objet ToolStripLayoutStyle. La valeur par défaut est null.

S’applique à