SplitWindow.ShowPane 方法 | |
显示分割窗口的特定窗格或所有窗格。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD ShowPane(
nPane AS LONG
) AS VOID
public virtual void ShowPane(
int nPane
)
查看代码参数
- nPane
- 类型:Int32
要显示的分割窗口窗格的索引。如果省略,将显示所有窗格。
参见