ToolStripItem.Name Propriété

Définition

Obtient ou définit le nom de l'élément.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string Name { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Name : string with get, set
Public Property Name As String

Valeur de propriété

String

Chaîne représentant le nom. La valeur par défaut est null.

Attributs

Remarques

La Name propriété peut être utilisée comme clé dans le ToolStripItemCollection.

S’applique à