RibbonContextualTab.Label Property
Applies to v2.
Gets or sets a label for the tab.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property Label As String
Get
Private Set
'Usage
Dim instance As RibbonContextualTab
Dim value As String
value = instance.Label
public string Label { get; private set; }
public:
property String^ Label {
String^ get ();
private: void set (String^ value);
}
member Label : string with get, private set
function get Label () : String
private function set Label (value : String)
Property Value
Type: System.String
A label for the tab.