Click or drag to resize

WizPageBaseFinishCaption Property

The text to display on the Finish button of your wizard. The default value is the string "Finish"

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string FinishCaption { get; set; }

Property Value

Type: String
a string representing the Finish button's Text.

Implements

IWizPageFinishCaption
Remarks
Note that this property is ignored if your page is not the last page of the wizard.
See Also