Compartir a través de


RibbonItem.Label Propiedad

Lo siguiente se aplica a v2.

Obtiene una etiqueta para el elemento.

Espacio de nombres:  Microsoft.WebMatrix.Extensibility
Ensamblado:  Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)

Sintaxis

'Declaración
Public Property Label As String 
    Get 
    Protected Set
'Uso
Dim instance As RibbonItem 
Dim value As String 

value = instance.Label

instance.Label = value
public string Label { get; protected set; }
public:
property String^ Label {
    String^ get ();
    protected: void set (String^ value);
}
member Label : string with get, set
function get Label () : String 
protected function set Label (value : String)

Valor de la propiedad

Tipo: System.String
Una etiqueta para el elemento.

Vea también

Referencia

RibbonItem Clase

Espacio de nombres Microsoft.WebMatrix.Extensibility