Show / Hide Table of Contents

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
ArgumentOutOfRangeException
Property Value
int

Examples

opt.key.PasteLength = 50;