Click or drag to resize

WizPageBaseStatusMessage Property

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

Property Value

Type: String
a string representing the message to display below the status dialog

Implements

IWizPageStatusMessage
Remarks
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