共用方式為


RibbonContextualTab.Label 屬性

適用於版本2

取得或設定索引標籤的標籤。

命名空間:  Microsoft.WebMatrix.Extensibility
組件:  Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)

語法

'宣告
Public Property Label As String 
    Get 
    Private Set
'用途
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)

屬性值

型別:System.String
索引標籤的標籤。

請參閱

參考

RibbonContextualTab 類別

Microsoft.WebMatrix.Extensibility 命名空間