Share via


WizardForm.TaskDescription Property

Definition

Gets or sets the description of a task, wizard form, or other object.

public:
 property System::String ^ TaskDescription { System::String ^ get(); void set(System::String ^ value); };
public string TaskDescription { get; set; }
member this.TaskDescription : string with get, set
Public Property TaskDescription As String

Property Value

The task description text. The default is an empty string.

Remarks

You can use this property to update the caption of the WizardForm object. The TaskDescription property contains a string that you can use wherever you need a description of a task, such as in the title bar of the wizard form.

Applies to