Click or drag to resize
Wizard .NET Library

StepWizardControlOwnerDrawStepList Property

Gets or sets a value indicating whether the StepWizardControl step list is drawn by the operating system or by code that you provide.

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

Property Value

Type: Boolean
true if the StepWizardControl step list is drawn by code that you provide; otherwise, false.
See Also