DataPA Enterprise Dashboard Controls API Reference
Hides the splash screen.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public void HideSplashScreen(
bool AllowRestore
) |
Visual Basic |
---|
Public Sub HideSplashScreen (
AllowRestore As Boolean
) |
Visual C++ |
---|
public:
virtual void HideSplashScreen(
bool AllowRestore
) sealed |
Parameters
- AllowRestore
- Type: System..::..Boolean
If false, RestoreSplashScreen will not show the screen again.
Remarks
See Also