System.Html.KeyboardEvent.GetModifierState C# (CSharp) Méthode

GetModifierState() public méthode

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