SqlWizardFramework.CaptionPrefix Property

Definition

Gets or sets the text that is used to prefix the window title of the wizard.

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

Property Value

The text that is used to prefix the window title of the wizard.

Applies to