Click or drag to resize
ISplashView Methods

The ISplashView type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodInitialise
Records references to objects that will be passed on to the presenter when the time comes to create it.
Public methodReportProblem
Blocking method that displays details of a problem to the user.
Public methodReportProgress
Non-blocking method to display text to the user, intended to show the current state of the presenter's build up of the application.
Public methodShowView
Displays the view to the user.
(Inherited from IView.)
Public methodYesNoPrompt
Blocking method that displays a prompt and asks the user to choose one of a yes/no response. Returns true if the user answers yes.
Top
See Also