Class SplashForm
Represents the Splash Screen showing during loading designer
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
SplashForm
Inherited Members
Namespace: FastReport.Forms
Assembly: FastReport.dll
Syntax
public class SplashForm : BaseForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IMessageFilter
Constructors
SplashForm()
Initializes a new instance of the SplashForm class.
Declaration
public SplashForm()
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |
Overrides
PreFilterMessage(ref Message)
Filters mouse events. For internal use only.
Declaration
public bool PreFilterMessage(ref Message m)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Message | m |
Returns
Type | Description |
---|---|
System.Boolean |