Click or drag to resize

WizPageKernelCancelCaption Property

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

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

Property Value

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

Implements

IWizPageCancelCaption
See Also