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

GetModifierState() public méthode

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