ListBox.ToolTip 属性

定义

获取或设置当鼠标指针停留在控件上时所显示的工具提示文本。

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

适用于