MBC.App.Terminal.Controls.UserControl.KeyPress C# (CSharp) Method

KeyPress() public abstract method

public abstract KeyPress ( ConsoleKeyInfo key ) : bool
key System.ConsoleKeyInfo
return bool
        public abstract bool KeyPress(ConsoleKeyInfo key);