Click or drag to resize

SplitWindow.SetPaneClient Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetPaneClient(
	oWindow AS IGuiObject,
	nPane AS LONG
) AS VOID
Request Example View Source

Parameters

oWindow
Type: IGuiObject
The client window or control to be associated with the specified pane.
nPane
Type: Long
The index of the split window pane.
See Also