TopicLink
表示一个任务栏中的任务。
通过页面的TopicLinks属性,可以访问指定位置或名称的任务。
示例
Dim
tl1 As
WinForm.TopicLink
Dim tl2 As
WinForm.TopicLink
tl1 = Forms("窗口1").Controls("TopicBar1").Pages(0).Links(0)
tl2 = Forms("窗口1").Controls("TopicBar1").Pages("项目").Links("打开")
本页地址:http://www.foxtable.com/webhelp/topics/0854.htm