Compartir vía


ToolStripItem.Name Propiedad

Definición

Obtiene o establece el nombre del 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)]
public string? Name { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Name : string with get, set
Public Property Name As String

Valor de propiedad

Cadena que representa el nombre. El valor predeterminado es null.

Atributos

Comentarios

La Name propiedad se puede usar como clave en .ToolStripItemCollection

Se aplica a