ArcFM Engine Developer Guide
SplashScreen Constructor


The image to use for the splash screen.
The icon for the program's main window.
Constructs a new thread for the splash screen form, starts the thread, and waits for the splash form to be created.
Syntax
'Declaration
 
Public Function New( _
   ByVal splashImage As Image, _
   ByVal programIcon As Icon _
)
'Usage
 
Dim splashImage As Image
Dim programIcon As Icon
 
Dim instance As New SplashScreen(splashImage, programIcon)
public SplashScreen( 
   Image splashImage,
   Icon programIcon
)

Parameters

splashImage
The image to use for the splash screen.
programIcon
The icon for the program's main window.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SplashScreen Class
SplashScreen Members

 

 


Send Comment