Click or drag to resize

Window.Size Property

X#
The dimension representing the size of this window.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Size AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
The dimension representing the size of this window.
Examples
The following example sets the size of a window object:
X#
1oWin:Size := Dimension{nWidth,nHeight}
See Also