Class SplashForm
Represents the Splash Screen showing during loading designer
Implements
IMessageFilter
Inherited Members
Namespace: FastReport.Forms
Assembly: FastReport.dll
Syntax
public class SplashForm : BaseForm, 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 |
|---|---|---|
| Message | m |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Implements
IMessageFilter