Search Results for

    Show / Hide Table of Contents

    Class EvergineControl

    Evergine control for Windows Forms.

    Inheritance
    object
    MarshalByRefObject
    Component
    Control
    ScrollableControl
    ContainerControl
    UserControl
    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
    Control.OnClientSizeChanged(EventArgs)

    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
    Control.OnHandleCreated(EventArgs)

    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.

    Overrides
    UserControl.WndProc(ref Message)

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX