Minimize Event

Applies to:  Subclasser object, PowerForm control
See also:  Maximize Event, Restore event, Resized event, Resizing event, AllowSizingBottom property, AllowSizingLeft property, AllowSizingRight property, AllowSizingTop property, Event Index

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:

Part Description
object The name of an object in the Applies to list.  If object is a SubClasser object, then the object must be declared using WithEvents.

Remarks:

The Minimize event is fired irrespective of whether the form was minimized manually or in code.

Home

Copyright and Disclaimer