DataWindow.SetAlignStartSize Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual SetAlignStartSize(
Usual oSize = default
)
Request Example
View SourceParameters
- oSize (Optional)
- Type: Usual
The Dimension representing the size of the window.
Return Value
Type:
UsualSee Also