WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SplashControl.DefaultPanel

    Show / Hide Table of Contents

    Class SplashControl.DefaultPanel

    The default SplashScreen class that will be used internally by the SplashControl.

    Inheritance
    System.Object
    SplashPanel
    SplashControl.DefaultPanel
    Inherited Members
    SplashPanel.AnimationInterval
    SplashPanel.WndProc(Message)
    SplashPanel.OnBeforeSplash(CancelEventArgs)
    SplashPanel.RaiseBeforeSplashEvent()
    SplashPanel.OnSplashDisplayed(EventArgs)
    SplashPanel.RaiseSplashDisplayedEvent()
    SplashPanel.OnSplashClosing(CancelEventArgs)
    SplashPanel.RaiseSplashClosingEvent()
    SplashPanel.OnSplashClosed(SplashClosedEventArgs)
    SplashPanel.RaiseSplashClosedEvent(SplashClosedEventArgs)
    SplashPanel.OnSplashMouseEnter(EventArgs)
    SplashPanel.OnSplashMouseLeave(EventArgs)
    SplashPanel.OnMouseEnter(EventArgs)
    SplashPanel.SuspendAutoCloseMode()
    SplashPanel.RestoreAutoCloseMode()
    SplashPanel.OnMouseLeave(EventArgs)
    SplashPanel.WireChildEvents()
    SplashPanel.UnWireChildEvents()
    SplashPanel.OnMouseDown(MouseEventArgs)
    SplashPanel.OnMouseUp(MouseEventArgs)
    SplashPanel.OnMouseMove(MouseEventArgs)
    SplashPanel.DrawBackground(Graphics)
    SplashPanel.RefreshRegionFromImage()
    SplashPanel.OnPaintBackground(PaintEventArgs)
    SplashPanel.SplashFormDisplayedNotify()
    SplashPanel.SplashFormClosedNotify()
    SplashPanel.Show()
    SplashPanel.IsShowing()
    SplashPanel.ShowSplash(Point, Form, Boolean)
    SplashPanel.ShowSplash()
    SplashPanel.ShowDialogSplash(Point, Form)
    SplashPanel.ShowDialogSplash(Form)
    SplashPanel.HideSplash(SplashCloseType, Int32)
    SplashPanel.HideSplash(SplashCloseType)
    SplashPanel.HideSplash()
    SplashPanel.StopTimer()
    SplashPanel.StartTimer()
    SplashPanel.OnClick(EventArgs)
    SplashPanel.ApplyScaleToControl(Single)
    SplashPanel.OnFontChanged(EventArgs)
    SplashPanel.OnSizeChanged(EventArgs)
    SplashPanel.SplashParent
    SplashPanel.SuspendAutoCloseWhenMouseOver
    SplashPanel.ShowInTaskbar
    SplashPanel.FormIcon
    SplashPanel.Text
    SplashPanel.BackgroundColor
    SplashPanel.SlideStyle
    SplashPanel.MarqueePosition
    SplashPanel.MarqueeDirection
    SplashPanel.AnimationDirection
    SplashPanel.ShowAsTopMost
    SplashPanel.BorderStyle
    SplashPanel.BorderType
    SplashPanel.AnimationSpeed
    SplashPanel.AnimationSteps
    SplashPanel.ShowAnimation
    SplashPanel.DesktopAlignment
    SplashPanel.TimerInterval
    SplashPanel.SplashForm
    SplashPanel.TransparentColor
    SplashPanel.BackColor
    SplashPanel.Autohide
    SplashPanel.DiscreetLocation
    SplashPanel.CloseOnClick
    SplashPanel.CloseOnLostFocus
    SplashPanel.AllowMove
    SplashPanel.AllowResize
    SplashPanel.BeforeTouchSize
    SplashPanel.EnableTouchMode
    SplashPanel.BeforeSplash
    SplashPanel.SplashDisplayed
    SplashPanel.SplashClosing
    SplashPanel.SplashClosed
    SplashPanel.SplashMouseEnter
    SplashPanel.SplashMouseLeave
    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 property is added to this derived class. This is set to the SplashImage object.

    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 property.

    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 Description
    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

    Overrides
    SplashPanel.Dispose(Boolean)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved