HelpRequestEvent.HyperLabel 属性 | |
连接到帮助请求事件的超链接标签。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL PROPERTY HyperLabel AS HyperLabel GET
public virtual HyperLabel HyperLabel { get; }
查看代码属性值
类型:
HyperLabel连接到帮助请求事件的超链接标签。
备注
连接到帮助请求事件的超链接标签。从超链接标签中,您可以检索关于帮助请求事件的更多信息—例如:
1cCaption := oHelpRequestEvent:HyperLabel:Caption
2cDescription := oHelpRequestEvent:HyperLabel:Description
3cHelpContext := oHelpRequestEvent:HyperLabel:HelpContext
参见