| SplashScreen Class |
|
Namespace: DataPAClientConfig
public class SplashScreen : _SplashScreen
The SplashScreen type exposes the following members.
| Name | Description | |
|---|---|---|
| SplashScreen |
Create and returns a new SplashScreen object.
| |
| SplashScreen(Bitmap, String, Point, Brush, Font, Int32, Boolean) |
Create and returns a new SplashScreen object.
|
| Name | Description | |
|---|---|---|
| Hide |
Hides and destroys the splash screen.
| |
| Show |
Creates and shows the splash screen.
|
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| Bitmap |
Gets and set the bitmap image that will be used to display the splash screen.
| |
| Font |
Gets and sets the font used to superimpose the text on the splash screen.
| |
| HideOnClick |
Gets and sets a boolean value that determines if the screen will be hidden on a mouse click.
| |
| Opacity |
Gets and sets the opacity of the splash screen.
| |
| Text |
Gets and sets the text that will be superimposed on the splash screen.
| |
| TextColor |
Gets and sets the colour of the text to be superimposed on the splash screen.
| |
| TextHorizontalAlign |
Gets and sets the horizontal alignment of the text in this screen
| |
| TextPosition |
Gets and sets the position of the text relative to the top left corner of the image.
| |
| Visible |
Gets a value that indicates if the splash screen is visible.
|