Click or drag to resize
Wizard .NET Library

WizardPageCreateParams Property

Gets the required creation parameters when the control handle is created.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
protected override CreateParams CreateParams { get; }
Request Example View Source

Return Value

Type: CreateParams
A CreateParams that contains the required creation parameters when the handle to the control is created.
See Also