Hyperlink.ScreenTip 属性

定义

返回或设置指定超链接的屏幕提示文字。

public:
 property System::String ^ ScreenTip { System::String ^ get(); void set(System::String ^ value); };
public string ScreenTip { get; set; }
Public Property ScreenTip As String

属性值

注解

在将文档保存到网页中之后,如果在 Web 浏览器中查看该文档,则当鼠标移动到超链接上时,“屏幕提示”文字就会显示。 某些浏览器可能不支持“屏幕提示”。

适用于