Enum TWFlags
Flags of window triggers.
[Flags]
public enum TWFlags : byte
Namespace: Au.Triggers
Assembly: Au.dll
Fields
Name | Description |
---|---|
LaterCallFunc | When using the later parameter, call the currently active Triggers.FuncOf functions on "later" events too.
If the function returns |
RunAtStartup | Run the action when ActionTriggers.Run called, if the window then is active (for ActiveOnce etc triggers) or visible (for VisibleOnce etc triggers). |