In This Article

WizardDialogTitleBarTextEventArgs Class

Provides data for the setting the title bar text of a WizardDialogForm.

public class WizardDialogTitleBarTextEventArgs : EventArgs
Inheritance:
object EventArgs object

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.

Inherited Members