CreateUserWizard.InstructionText Property

Definition

Gets or sets instructions for creating a new user account.

C#
public virtual string InstructionText { get; set; }

Property Value

The instruction text for creating a new user account. The default value is an empty string ("").

Remarks

The InstructionText property contains instructions for users creating a new user account. This text is displayed in the CreateUserWizard control, following the title.

If the InstructionText property is set to an empty string (""), no instruction text is displayed to the user.

The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see LocalizableAttribute and Globalization and Localization.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also