Show / Hide Table of Contents

Enum TAPostfix

Postfix type of autotext triggers. The trigger action runs only when the user ends the autotext with a postfix character or key, unless postfix type is None. Default: CharOrKey.

public enum TAPostfix : byte

Namespace: Au.Triggers
Assembly: Au.dll

Fields

Name Description
Char

A postfix character specified in the postfixChars parameter or AutotextTriggers.DefaultPostfixChars property. If not specified - any non-word character.

CharOrKey

A postfix character (see Char) or key (see Key).

Key

The Ctrl or Shift key. Default is Ctrl. You can change it with AutotextTriggers.PostfixKey.

None

Don't need a postfix. The action runs immediately when the user types the autotext.

Extension Methods

ExtMisc.HasAny<TAPostfix>(TAPostfix, TAPostfix)
ExtMisc.Has<TAPostfix>(TAPostfix, TAPostfix)
ExtMisc.SetFlag<TAPostfix>(ref TAPostfix, TAPostfix, bool)