Click or drag to resize
Wizard .NET Library

WizardPageHelpText Property

Gets or sets the help text. When value is not null, a help link will be displayed at the bottom left of the content area. When clicked, the OnHelpClicked method will call the HelpClicked event.

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

Property Value

Type: String
The help text to display.
See Also