SplashScreenControl()
Syntax
SplashScreenControl(State)Description
Gives more control when the splashscreen should closed.
Parameters
State It can be one of the following constant: - #PB_SplashScreen_AutoClose : The splashscreen will be automatically closed when the application has been launched (default). - #PB_SplashScreen_NoAutoClose: Disable the auto splashscreen closing. It will need to be manually closed with #PB_SplashScreen_Close. - #PB_SplashScreen_Close : Force closing the splashscreen.
Return value
None.
Supported OS
All