Binarysharp.MemoryManagement.Windows.Keyboard.BaseKeyboard.Press C# (CSharp) Méthode

Press() public abstract méthode

Presses the specified virtual key to the window.
public abstract Press ( Keys key ) : void
key Keys The virtual key to press.
Résultat void
        public abstract void Press(Keys key);
        /// <summary>

Same methods

BaseKeyboard::Press ( Keys key, TimeSpan interval ) : void