Property OKey.TextHow
Overload
How to send text to the active window (keys, characters or clipboard). Default: OKeyText.Characters.
public OKeyText TextHow { get; set; }
Property Value
Examples
opt.key.TextHow = OKeyText.Paste;
How to send text to the active window (keys, characters or clipboard). Default: OKeyText.Characters.
public OKeyText TextHow { get; set; }
opt.key.TextHow = OKeyText.Paste;