Minimize Event | ||||||
Applies to: Subclasser object, PowerForm
control Occurs when the window subclassed by a Subclasser object or PowerForm control is minimized. Syntax: Private Sub object_Minimize() The Maximize event syntax has these parts:
Remarks: The Minimize event is fired irrespective of whether the form was minimized manually or in code.
|