Atspi.DeviceEventController.GenerateKeyboardEvent C# (CSharp) Method

GenerateKeyboardEvent() public method

public GenerateKeyboardEvent ( int keycode, string keystring, KeySynthType type ) : void
keycode int
keystring string
type KeySynthType
return void
        public void GenerateKeyboardEvent(int keycode, string keystring, KeySynthType type)
        {
            proxy.GenerateKeyboardEvent (keycode, keystring, type);
        }