Class EvergineControl
Evergine control for Windows Forms.
Inheritance
EvergineControl
  Inherited Members
Namespace: Evergine.Forms
Assembly: Evergine.Forms.dll
Syntax
public class EvergineControl : UserControl, ISynchronizeInvoke, IComponent, IDisposable
  Constructors
EvergineControl()
Initializes a new instance of the EvergineControl class.
Declaration
public EvergineControl()
  Properties
KeyboardDispatcher
Gets dispatch keyboard events associated to a window.
Declaration
public FormsKeyboardDispatcher KeyboardDispatcher { get; }
  Property Value
| Type | Description | 
|---|---|
| FormsKeyboardDispatcher | 
MouseDispatcher
Gets dispatch mouse events associated to a window.
Declaration
public FormsMouseDispatcher MouseDispatcher { get; }
  Property Value
| Type | Description | 
|---|---|
| FormsMouseDispatcher | 
TouchDispatcher
Gets dispatch pointer events associated to a window.
Declaration
public FormsTouchDispatcher TouchDispatcher { get; }
  Property Value
| Type | Description | 
|---|---|
| FormsTouchDispatcher | 
Methods
OnClientSizeChanged(EventArgs)
Declaration
protected override void OnClientSizeChanged(EventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| EventArgs | e | 
Overrides
OnHandleCreated(EventArgs)
Declaration
protected override void OnHandleCreated(EventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| EventArgs | e | 
Overrides
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Message | m |