Click or drag to resize

DataWindow.SetAlignStartSize Method

X#
Sets the start size of the form window. In general, this size is set with the first assign to OwnerAlignment but it can be useful when trying to control the sizes for yourself.

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 Dimension representing the size of the window.

Return Value

Type: Usual
See Also