Click or drag to resize

SplitWindow.GetPaneClient Method (Typed)

X#
Get 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 GetPaneClient(
	nPane AS LONG
) AS Object
Request Example View Source

Parameters

nPane
Type: Long
The index of the split window pane.

Return Value

Type: Object
An object representing the split window pane's client window.
See Also