Click or drag to resize
Wizard .NET Library

WizardControlSuppressParentFormIconSync Property

Gets or sets a value indicating whether to suppress changing the parent form's icon to match the wizard's TitleIcon.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
[DefaultValueAttribute(false)]
public bool SuppressParentFormIconSync { get; set; }
Request Example View Source

Property Value

Type: Boolean
true to not change the parent form's icon to match this wizard's icon; otherwise, false.
See Also