Click or drag to resize

SplitWindow.SetPaneSize Method

X#
Set a Dimension object representing the current size of a pane.

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

Parameters

oDimension (Optional)
Type: Usual
A Dimension object representing the new size of the specified split window pane.
nPane (Optional)
Type: Usual
The index of the split window pane.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also