ToolStripItem.Name Propiedad
Definición
Obtiene o establece el nombre del elemento.Gets or sets the name of the item.
public:
property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String
Valor de propiedad
Cadena que representa el nombre.A string representing the name. El valor predeterminado es null
.The default value is null
.
- Atributos
Comentarios
La Name propiedad se puede utilizar como una clave ToolStripItemCollectionen.The Name property can be used as a key into the ToolStripItemCollection.