Click or drag to resize
SplashScreen Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Class thats supports the display of a splash screen.
Inheritance Hierarchy
SystemObject
  DataPAClientConfigSplashScreen

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public class SplashScreen : _SplashScreen

The SplashScreen type exposes the following members.

Constructors
  NameDescription
Public methodSplashScreen
Create and returns a new SplashScreen object.
Public methodSplashScreen(Bitmap, String, Point, Brush, Font, Int32, Boolean)
Create and returns a new SplashScreen object.
Top
Methods
  NameDescription
Public methodHide
Hides and destroys the splash screen.
Public methodShow
Creates and shows the splash screen.
Top
Fields
Properties
  NameDescription
Public propertyBitmap
Gets and set the bitmap image that will be used to display the splash screen.
Public propertyFont
Gets and sets the font used to superimpose the text on the splash screen.
Public propertyHideOnClick
Gets and sets a boolean value that determines if the screen will be hidden on a mouse click.
Public propertyOpacity
Gets and sets the opacity of the splash screen.
Public propertyText
Gets and sets the text that will be superimposed on the splash screen.
Public propertyTextColor
Gets and sets the colour of the text to be superimposed on the splash screen.
Public propertyTextHorizontalAlign
Gets and sets the horizontal alignment of the text in this screen
Public propertyTextPosition
Gets and sets the position of the text relative to the top left corner of the image.
Public propertyVisible
Gets a value that indicates if the splash screen is visible.
Top
Remarks