Click or drag to resize

SplitWindow.SetPaneClient Method

X#
Set the client window or control associated with a split window pane index.

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

Parameters

oWindow (Optional)
Type: Usual
The client window or control to be associated with the specified pane.
nPane (Optional)
Type: Usual
The index of the split window pane.

Return Value

Type: Usual
See Also