Click or drag to resize

SplitWindow.HidePane Method

X#
Hide a particular pane or all panes of a split window.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD HidePane(
	nPane
) AS USUAL CLIPPER
Request Example View Source

Parameters

nPane (Optional)
Type: Usual
The index of the split window pane to hide. If omitted, all panes are hidden.

Return Value

Type: Usual
See Also