SplitWindow.ShowPane Method (Typed) | |
Show a particular pane or all panes of a split window.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ShowPane(
nPane AS LONG
) AS VOID
public virtual void ShowPane(
int nPane
)
Request Example
View SourceParameters
- nPane
- Type: Long
The index of the split window pane to show. If omitted, all panes are shown.
See Also