Click or drag to resize

DataWindow.SetAlignStartSize Method (Typed)

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:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetAlignStartSize(
	oSize AS Dimension
) AS VOID
Request Example View Source

Parameters

oSize
Type: Dimension
The Dimension representing the size of the window.
See Also