Window.Size Property | |
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
public virtual Usual Size { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe dimension representing the size of this window.
Examples
The following example sets the size of a window object:
1oWin:Size := Dimension{nWidth,nHeight}
See Also