Property OKey.PasteLength
Overload
To send text use clipboard (like with OKeyText.Paste) if text length is >= this value. Default: 200.
public int PasteLength { get; set; }
Exceptions
Property Value
Examples
opt.key.PasteLength = 50;
To send text use clipboard (like with OKeyText.Paste) if text length is >= this value. Default: 200.
public int PasteLength { get; set; }
opt.key.PasteLength = 50;