RemoveAt
删除指定位置的页面。
语法
RemoveAt(Index)
Index: 要删除页面的位置。
示例
删除第一个页面:
Dim
tpb
As
WinForm.TopicBar
tpb = Forms(
"窗口1"
).Controls(
"TopicBar1"
)
tpb.Pages.RemoveAt(
0
)
本页地址:
http://www.foxtable.com/webhelp/topics/0845.htm