ListBox.ToolTip 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置当鼠标指针停留在控件上时所显示的工具提示文本。
public:
virtual property System::String ^ ToolTip { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public override string ToolTip { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.ToolTip : string with get, set
Public Overrides Property ToolTip As String
属性值
鼠标指针停留在控件上时显示的工具提示文本。
- 属性
注解
注意
属性 ToolTip
继承自 类, WebControl 不适用于 ListBox 控件。
如果使用的是 get 访问器, ToolTip
则属性的此实现不允许设置值并返回 String.Empty 。