ISDBUIForm::FormPosition: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Latest revision as of 19:24, 23 March 2007
CoClass SDBUIForm, Interface ISDBUIForm
Property Get/Let FormPosition As Long
Property description
The initial position of the form, can be one of:
- 0 (poDesigned) - The position and size specified by Left, Top, Width and Height.
- 1 (poDefault) - The position and size determined by the operating system.
- 4 (poScreenCenter) - The form appears centered on the screen.