Search Results for

    Show / Hide Table of Contents

    Class EvergineControl

    Evergine control for Windows Forms.

    Inheritance
    object
    MarshalByRefObject
    Component
    Control
    ScrollableControl
    ContainerControl
    UserControl
    EvergineControl
    Implements
    ISynchronizeInvoke
    IComponent
    IDisposable
    Inherited Members
    Component.Dispose()
    Component.Dispose(bool)
    Component.GetService(Type)
    Component.ToString()
    Component.CanRaiseEvents
    Component.Events
    Component.Site
    Component.Container
    Component.DesignMode
    Component.Disposed
    MarshalByRefObject.MemberwiseClone(bool)
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.CreateObjRef(Type)
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    Control.OnClientSizeChanged(EventArgs)

    OnHandleCreated(EventArgs)

    Declaration
    protected override void OnHandleCreated(EventArgs e)
    Parameters
    Type Name Description
    EventArgs e
    Overrides
    Control.OnHandleCreated(EventArgs)

    WndProc(ref Message)

    Declaration
    protected override void WndProc(ref Message m)
    Parameters
    Type Name Description
    Message m
    Overrides
    UserControl.WndProc(ref Message)

    Implements

    ISynchronizeInvoke
    IComponent
    IDisposable

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX