Class EvergineControl
Evergine control for Windows Forms.
Inheritance
EvergineControl
Namespace: Evergine.Forms
Assembly: Evergine.Forms.dll
Syntax
public class EvergineControl : UserControl
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)
Raises the ClientSizeChanged event.
Declaration
protected override void OnClientSizeChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e | An EventArgs that contains the event data. |
Overrides
OnHandleCreated(EventArgs)
Raises the HandleCreated event.
Declaration
protected override void OnHandleCreated(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e | An EventArgs that contains the event data. |
Overrides
WndProc(ref Message)
Processes Windows messages.
Declaration
protected override void WndProc(ref Message m)
Parameters
Type | Name | Description |
---|---|---|
Message | m | The Windows Message to process. |