WizPageKernelNextCaption Property |
The text to display on the Next button of your wizard.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string NextCaption { get; set; }
Public Property NextCaption As String
Get
Set
Property Value
Type:
Stringa string representing the Next button's Text.
Implements
IWizPageNextCaptionRemarks Note that this property is ignored if your page is the last page of the wizard.
See Also