MaximizedLeft Property | ||
Applies to: SubClasser
object, PowerForm
control See also: MaximizedTop Property, MaximizedWidth Property, Property Index Determines the X coordinate, in pixels, of the top-left corner of the subclassed window when maximized. Read/Write at both design-time and run-time. Type: Long Remarks: Setting the MaximizedLeft property to a non-zero value, will mean that the top-left corner of the form will not be aligned with the top-left corner of the screen, when the form is maximized. This will not prevent the user from manually moving the form to another location. To control where the window can be manually moved, handle the Moving event.
|