DXSplashScreen Members
In This Article
#Constructors
#Fields
Name | Description |
---|---|
Default |
For internal use. |
Default |
Defines how often a splash form retrieves and displays status messages. Only Splash Screens and Wait Forms can show status messages. |
#Properties
Name | Description |
---|---|
Can |
Indicates if the current DXSplash |
Is |
Checks if either of the following splash forms is currently shown: a Splash Screen or a Wait Form. |
Overlay |
Gets Overlay Form options. |
Splash |
Gets a Splash Screen form type. |
Splash |
Gets a raster image to be shown as a Splash Image. |
Splash |
Gets an SVG image to be shown as a Splash Image. |
Update |
Defines how often a splash form retrieves and displays status messages. Only Splash Screens and Wait Forms can show status messages. |
Wait |
Returns a Wait Form type. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Updates a Splash Screen‘s or Wait Form‘s description text. |
Start() | Shows a Splash Screen or Splash Image. |
Start |
Shows a specified splash forms: a Splash Screen, a Wait Form or a Splash Image. |
Start |
Shows an Overlay Form over a specified control. |
Stop() | Closes a Splash Screen or Splash Image. |
Stop |
Closes a specified splash form: a Splash Screen, a Wait Form or a Splash Image. |
Stop |
Stops and closes a specific Overlay Form. |
To |
Returns a string that represents the current object. Inherited from Object. |
Update |
Specifies a description text, caption, and additional parameters for splash forms. Applies to the following splash forms: a Splash Screen or a Wait Form. |
#Events
Name | Description |
---|---|
Showing | Is raised before a splash form is shown. |
See Also