Class AutotextTriggers
Autotext triggers.
public class AutotextTriggers : IEnumerable<AutotextTrigger>
Examples
See ActionTriggers.
Namespace: Au.Triggers
Assembly: Au.dll
Properties
Name | Description |
---|---|
DefaultFlags | Default value for the flags parameter used for triggers added afterwards. |
DefaultPostfixChars | Default value for the postfixChars parameter used for triggers added afterwards.
Default: |
DefaultPostfixType | Default value for the postfixType parameter used for triggers added afterwards. |
this[string, TAFlags?, TAPostfix?, string, string, int] | Adds an autotext trigger. |
Last | The last added trigger. |
MenuOptions | Options for menus shown by AutotextTriggerArgs.Menu and AutotextTriggerArgs.Confirm. Used for triggers added afterwards. |
PostfixKey | The postfix key for all triggers where postfix type is TAPostfix.Key or TAPostfix.CharOrKey (default).
Can be |
SimpleReplace | Allows to add triggers in a more concise way - assign a string, not a function. The string will replace the user-typed text. |
WordCharsPlus | Additional word characters (non-delimiters).
Default: |
Methods
Name | Description |
---|---|
GetEnumerator() | Used by |
ResetOptions() | Clears all options. |