ClientConfigHideSplashScreen Method |
|
DataPA OpenAnalytics API Reference
Hides the splash screen.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void HideSplashScreen(
bool AllowRestore
)
Public Sub HideSplashScreen (
AllowRestore As Boolean
)
public:
virtual void HideSplashScreen(
bool AllowRestore
) sealed
function HideSplashScreen(AllowRestore);
Parameters
- AllowRestore
- Type: SystemBoolean
If false, RestoreSplashScreen will not show the screen again.
Remarks See Also