Click or drag to resize

SplitWindow.HidePane Method (Typed)

X#
Hide 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 HidePane(
	nPane AS LONG
) AS VOID
Request Example View Source

Parameters

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