Property AutotextTriggers.this
Overload
Adds an autotext trigger.
public Action<AutotextTriggerArgs> this[string text, TAFlags? flags = null, TAPostfix? postfixType = null, string postfixChars = null, string f_ = null, int l_ = 0] { set; }
Parameters
text (string)
The action runs when the user types this text and a postfix character or key. By default case-insensitive. |
flags (TAFlags?)
Options. If omitted or |
postfixType (TAPostfix?)
Postfix type (character, key, any or none). If omitted or |
postfixChars (string)
Postfix characters used when postfix type is Char or CharOrKey (default). If omitted or |
f_ (string) |
l_ (int) |
Exceptions
ArgumentException
|
InvalidOperationException
Cannot add triggers after ActionTriggers.Run was called, until it returns. |
Property Value
Examples
See ActionTriggers.