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

GetModifierState() public method

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