Click or drag to resize
Wizard .NET Library

WizardControlSuppressParentFormCaptionSync Property

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

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

Property Value

Type: Boolean
true to not change the parent form's caption (Text) to match this wizard's title; otherwise, false.
See Also