WizardForm.TaskDescription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.