ToolStripItem.Name Proprietà

Definizione

Ottiene o imposta il nome dell'elemento.

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

Valore della proprietà

String

Stringa che rappresenta il nome. Il valore predefinito è null.

Attributi

Commenti

La Name proprietà può essere usata come chiave in ToolStripItemCollection.

Si applica a