ExtendSize
Size类型,返回或设置面板的扩展尺寸。
示例
设置面板的扩展尺寸,宽度为500,高度为400:
Dim
Pane
As
WinForm.Panel
Pane = Forms(
"窗口1"
).Controls(
"Panel1"
)
Pane.ExtendSize = New Size(
500
,
400
)
本页地址:
http://www.foxtable.com/webhelp/topics/0811.htm