RibbonItem.Label Property
Applies to v2.
Gets a label for the item.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property Label As String
Get
Protected Set
'Usage
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)
Property Value
Type: System.String
A label for the item.