WizPageBaseStatusMessage Property |
The message to display if your
OnNext or
OnFinish
overrides want an expedia like progress indicator.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string StatusMessage { get; set; }
Public Property StatusMessage As String
Get
Set
Property Value
Type:
Stringa string representing the message to display below the status dialog
Implements
IWizPageStatusMessageRemarks
Typically you would only provide a value for this property if your operation in the
OnNext or
OnFinish methods were long running processes.
See Also