SplitWindow.ShowPane 方法 | |
显示分割窗口的特定窗格或所有窗格。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD ShowPane(
nPane
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual __Usual ShowPane(
__Usual nPane = default
)
查看代码参数
- nPane (Optional)
- 类型:__Usual
要显示的分割窗口窗格的索引。如果省略,将显示所有窗格。
返回值
类型:
__Usual参见