System.Html.KeyboardEvent.GetModifierState C# (CSharp) Method

GetModifierState() public method

public GetModifierState ( string key ) : bool
key string
return bool
        public bool GetModifierState(string key)
        {
            return false;
        }