Show / Hide Table of Contents

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
OKeyText

Examples

opt.key.TextHow = OKeyText.Paste;