Class SplashControl.DefaultPanel
The default SplashScreen class that will be used internally by the SplashControl.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DefaultPanel : SplashPanel, ISplashWrapperFormListener
Remarks
This SplashPanel derived class is used by the SplashControl class
as the splash screen that is displayed. The
The size of the SplashPanel is set to the size of BackImage.
Constructors
DefaultPanel()
Initializes a new instance of the DefaultPanel class.
Declaration
public DefaultPanel()
Remarks
The AnimationSpeed is set to 25 and the ShowAnimation is turned off by default.
You need to set the
DefaultPanel(Image)
Initializes a new instance of the DefaultPanel class.
Declaration
public DefaultPanel(Image backImage)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Image | backImage | The image to be displayed in the splash window. |
Remarks
The SplashControl creating this sets the BackImage to be its SplashImage
Properties
BackgroundImage
Gets / sets the BackImage with an image.
Declaration
public override Image BackgroundImage { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
Remarks
The image to be used as the background image. The size of the SplashPanel is set to the size of BackImage.
Methods
Dispose(Boolean)
Cleans up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | bool disposing |