WizardDialogTitleBarTextEventArgs Class
Provides data for the setting the title bar text of a WizardDialogForm.
public class WizardDialogTitleBarTextEventArgs : EventArgs
Properties
TitleBarText
Gets or sets the title bar text to assign to the WizardDialogForm.
public string TitleBarText { get; set; }
Property Value
- string:
The title bar text to assign to the WizardDialogForm.