Init Event

Occurs when the wizard control is initialised.

Syntax:

Private Sub Init()

Remarks:

The Init event may be used to effect processing before the wizard control is fully initialised. An example of this is setting a start page using the StartPage Property.

See Also: StartPage Property