2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Close the splash panelThe Splash panel cannot be closed when you click on it, by default. When the CloseOnClick property of the Splash panel is enabled, the Splash panel can be closed on clicking. The following code example demonstrates the same. C# //Closes the Splash panel. this.splashPanel1.CloseOnClick = true; //Shows the Splash panel. this.splashPanel1.ShowSplash(); //Hides the Splash panel. this.splashPanel1.Hide(); VB 'Closes the Splash panel. Me.splashPanel1.CloseOnClick = True 'Shows the Splash panel. Me.splashPanel1.ShowSplash() 'Hides the Splash panel. Me.splashPanel1.Hide()
Note: In the Splash panel, the default value of the “CloseOnClick” is set to false. So, the property has to be enabled to achieve it.
Figure 1: Splash panel shows at the bottom right Samples: C#: SplashPanel_C# VB: SplashPanel_VB Reference link: https://help.syncfusion.com/windowsforms/splash-panel/display-settings |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.