Click or drag to resize

Window.SetAlignStartSize Method

X#
This method is used to register the start size of a window which is used later to resize controls that have their OwnerAlignment property set.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetAlignStartSize(
	oSize
) AS USUAL CLIPPER
Request Example View Source

Parameters

oSize (Optional)
Type: Usual
The dimenstion object that contains the size that should be stored. If this object is not passed then the method will calculate the size of the window and store that for future reference.

Return Value

Type: Usual
NIL
See Also