ISplashViewReportProgress Method |
Non-blocking method to display text to the user, intended to show the current state of the presenter's build up of the application.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void ReportProgress(
string text
)
Sub ReportProgress (
text As String
)
void ReportProgress(
String^ text
)
abstract ReportProgress :
text : string -> unit
Parameters
- text
- Type: SystemString
See Also