WizardForm.CloseWizardButtonCaption Property
Gets or sets the caption that replaces the Cancel button's caption on the last page of the wizard, where the Back and the Next buttons are no longer present.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected string CloseWizardButtonCaption { get; set; }
protected:
property String^ CloseWizardButtonCaption {
String^ get();
void set(String^ value);
}
Protected Property CloseWizardButtonCaption As String
Property Value
Type: System.String
See Also
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top