Click or drag to resize

SplitWindow.SetPaneSize Method (Typed)

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

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

Parameters

oDimension
Type: Dimension
A Dimension object representing the new size of the specified split window pane.
nPane
Type: Long
The index of the split window pane.

Return Value

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