RibbonItem.Label 属性
适用于版本2
获取项的标签。
命名空间: Microsoft.WebMatrix.Extensibility
程序集: Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)
语法
声明
Public Property Label As String
Get
Protected Set
用法
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)
属性值
类型:System.String
项的标签。