IWaitFormActivator Methods
If implemented, provides the splash screen functionality.| Name | Description |
|---|---|
| CloseWaitForm() | Closes the splash screen. |
| CloseWaitForm(Boolean, Int32, Boolean) | Closes the splash screen, applying the specified settings. |
| EnableCancelButton(Boolean) | Specifies whether or not the Cancel button is available on a splash screen. |
| EnableWaitFormDescription(Boolean) | Specifies whether or not to display a splash screen description. |
| SetWaitFormCaption(String) | Specifies the caption of a splash screen. |
| SetWaitFormDescription(String) | Specifies the text of a splash screen description. |
| SetWaitFormObject(ISupportCancel) | Specifies the content of a splash screen. |
| ShowWaitForm(Boolean, Boolean, Boolean) | Displays a splash screen with the specified parameters. |
See Also