Window.SetAlignStartSize Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetAlignStartSize(
Usual oSize = default
)
Request Example
View SourceParameters
- 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:
UsualNIL
See Also