Search Results for

    Show / Hide Table of Contents

    Class FormsKeyboardDispatcher

    Dispatch keyboard events associated to a Surface or a Window.

    Inheritance
    object
    KeyboardDispatcher
    FormsKeyboardDispatcher
    Implements
    IDisposable
    Inherited Members
    KeyboardDispatcher.KeyDown
    KeyboardDispatcher.KeyUp
    KeyboardDispatcher.KeyChar
    KeyboardDispatcher.ReadKeyState(Keys)
    KeyboardDispatcher.IsKeyDown(Keys)
    KeyboardDispatcher.DispatchEvents()
    KeyboardDispatcher.HandleKeyDown(Keys)
    KeyboardDispatcher.HandleKeyUp(Keys)
    KeyboardDispatcher.HandleKeyChar(char)
    KeyboardDispatcher.HandleKeyChar(string)
    KeyboardDispatcher.ResetKeyboardStatus()
    object.ToString()
    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 FormsKeyboardDispatcher : KeyboardDispatcher, IDisposable

    Constructors

    FormsKeyboardDispatcher(Control)

    Initializes a new instance of the FormsKeyboardDispatcher class.

    Declaration
    public FormsKeyboardDispatcher(Control control)
    Parameters
    Type Name Description
    Control control

    The Control associated with this dispatcher.

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IDisposable

    Extension Methods

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