DataPA Enterprise Dashboard Controls API Reference

The SplashScreen type exposes the following members.

Constructors

  Name Description
Public method SplashScreen()()()()
Create and returns a new SplashScreen object.
Public method SplashScreen(Bitmap, String, Point, Brush, Font, Int32, Boolean)
Create and returns a new SplashScreen object.

Methods

  Name Description
Public method Hide
Hides and destroys the splash screen.
Public method Show
Creates and shows the splash screen.

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property Bitmap
Gets and set the bitmap image that will be used to display the splash screen.
Public property Font
Gets and sets the font used to superimpose the text on the splash screen.
Public property HideOnClick
Gets and sets a boolean value that determines if the screen will be hidden on a mouse click.
Public property Opacity
Gets and sets the opacity of the splash screen.
Public property Text
Gets and sets the text that will be superimposed on the splash screen.
Public property TextColor
Gets and sets the colour of the text to be superimposed on the splash screen.
Public property TextPosition
Gets and sets the position of the text relative to the top left corner of the image.
Public property Visible
Gets a value that indicates if the splash screen is visible.

See Also