Skip to main content
A newer version of this page is available. .

DXSplashScreen Methods

Uses the WinForms Splash Screen Manager and enables a Splash Screen, a Wait Form, a Splash Image, and an Overlay Form in XAF Win applications.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetDisplayText(String) Updates a Splash Screen‘s or Wait Form‘s description text.
Start() Shows a Splash Screen or Splash Image.
Start(SplashType) Shows a specified splash forms: a Splash Screen, a Wait Form or a Splash Image.
StartOverlayForm(Control) Shows an Overlay Form over a specified control.
Stop() Closes a Splash Screen or Splash Image.
Stop(SplashType) Closes a specified splash form: a Splash Screen, a Wait Form or a Splash Image.
StopOverlayForm(IOverlaySplashScreenHandle) Stops and closes a specific Overlay Form.
ToString() Returns a string that represents the current object. Inherited from Object.
UpdateSplash(String, String, Object[]) Specifies a description text, caption, and additional parameters for splash forms. Applies to the following splash forms: a Splash Screen or a Wait Form.
See Also