ToolBarButton.Name Propriété

Définition

Nom du bouton.

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é

Nom du bouton.

Attributs

Remarques

Vous pouvez utiliser le nom du bouton comme clé pour récupérer la ToolBarButtonButtons collection d’un ToolBar contrôle.

S’applique à