StatusBarPanel.Tag 属性
定义
获取或设置包含有关 StatusBarPanel 的数据的对象。Gets or sets an object that contains data about the StatusBarPanel.
public:
property System::Object ^ Tag { System::Object ^ get(); void set(System::Object ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.StringConverter))]
public object Tag { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.StringConverter))>]
member this.Tag : obj with get, set
Public Property Tag As Object
属性值
Object,包含有关 StatusBarPanel 的数据。The Object that contains data about the StatusBarPanel.
- 属性