ToolStripDropDownMenu.LayoutStyle Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.