Show / Hide Table of Contents

Class TriggerArgs

Base of trigger action argument classes of all trigger types.

public abstract class TriggerArgs

Namespace: Au.Triggers
Assembly: Au.dll
Inheritance
object
TriggerArgs
AutotextTriggerArgs
HotkeyTriggerArgs
MouseTriggerArgs
WindowTriggerArgs

Properties

Name Description
TriggerBase

Gets the trigger as ActionTrigger (the base class of all trigger type classes).

Methods

Name Description
DisableTriggerUntilClosed(toolbar)

Disables the trigger. Enables later when the toolbar is closed. Use to implement single-instance toolbars.