ToolStripDropDownMenu.LayoutStyle Propriété

Définition

Obtient ou définit une valeur indiquant le mode d'affichage des éléments ContextMenuStrip.

public:
 property System::Windows::Forms::ToolStripLayoutStyle LayoutStyle { System::Windows::Forms::ToolStripLayoutStyle get(); void set(System::Windows::Forms::ToolStripLayoutStyle value); };
public System.Windows.Forms.ToolStripLayoutStyle LayoutStyle { get; set; }
member this.LayoutStyle : System.Windows.Forms.ToolStripLayoutStyle with get, set
Public Property LayoutStyle As ToolStripLayoutStyle

Valeur de propriété

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

Remarques

Par défaut, ContextMenuStrip les éléments circulent horizontalement ou verticalement si nécessaire. Consultez l’énumération ToolStripLayoutStyle pour connaître les autres possibilités.

S’applique à