Window.SetAlignStartSize Method (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetAlignStartSize(
oSize AS Dimension
) AS VOID
public virtual void SetAlignStartSize(
Dimension oSize
)
Request Example
View SourceParameters
- oSize
- Type: Dimension
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:
NIL
See Also