Class ActionTrigger
Base of classes of all action trigger types.
public abstract class ActionTrigger
Namespace: Au.Triggers
Assembly: Au.dll
Properties
| Name | Description |
|---|---|
| Disabled | Gets or sets whether this trigger is disabled. Does not depend on ActionTriggers.Disabled, ActionTriggers.DisabledEverywhere, ActionTrigger.EnabledAlways. |
| DisabledThisOrAll | Returns |
| EnabledAlways | Gets or sets whether this trigger ignores ActionTriggers.Disabled and ActionTriggers.DisabledEverywhere. |
| ParamsString | Returns a string containing trigger parameters. |
| Scope | Triggers.Of.WindowX. Used by hotkey, autotext and mouse triggers. |
| SourceFile | |
| SourceLine | |
| TypeString | Returns a trigger type string, like |
Methods
| Name | Description |
|---|---|
| RunAction(TriggerArgs) | Starts the action like when its trigger is activated. |
| ToString() | Returns |