DataPA Enterprise Dashboard Controls API Reference 
        
        
          
            
        
          
            
        
        
          
            
        
          
            
        
        
          
            
        
          
            
        
        
          
            
        
          
            
        
        
          
            
        
      
      
    The SplashScreen type exposes the following members.
          
            
Constructors
        
        | 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.
  
               | 
            
          
            
Methods
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              Hide | 
                 
 Hides and destroys the splash screen.
  
               | 
            
| 
                 | 
              Show | 
                 
 Creates and shows the splash screen.
  
               | 
            
          
            
Fields
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              ClassId | |
| 
                 | 
              EventsId | |
| 
                 | 
              InterfaceId | 
          
            
Properties
        
        | 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.
  
               | 
            
| 
                 | 
              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.
  
               |