Click or drag to resize

SplitWindow.ShowPane Method (Typed)

X#
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
Request Example View Source

Parameters

nPane
Type: Long
The index of the split window pane to show. If omitted, all panes are shown.
See Also