Search Results for

    Show / Hide Table of Contents

    Class FormsKeyboardDispatcher

    Dispatches keyboard events associated with a Surface or a Window.

    Inheritance
    object
    KeyboardDispatcher
    FormsKeyboardDispatcher
    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()
    Namespace: Evergine.Forms
    Assembly: Evergine.Forms.dll
    Syntax
    public class FormsKeyboardDispatcher : KeyboardDispatcher

    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()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Extension Methods

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