DataPA Enterprise Dashboard Controls API Reference
Hides the splash screen if it is shown

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public static void HideSplashScreen(
	bool AllowRestore = true
)
Visual Basic
Public Shared Sub HideSplashScreen ( 
	Optional AllowRestore As Boolean = true
)
Visual C++
public:
static void HideSplashScreen(
	bool AllowRestore = true
)

Parameters

AllowRestore (Optional)
Type: System..::..Boolean

Remarks