DataWindow.SetAlignStartSize Method (Typed) | |
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
public override void SetAlignStartSize(
Dimension oSize
)
Request Example
View SourceParameters
- oSize
- Type: Dimension
The Dimension representing the size of the window.
See Also