Data object for Custom Triggers
| C# | Visual Basic | Visual C++ |
public class CustomTrigger
Public Class CustomTrigger
public ref class CustomTrigger
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CustomTrigger(String, String) | ||
| CustomTrigger(String, Int32, String, Boolean, String, Boolean) |
Custom Trigger data object
| |
| Active | ||
| Category |
Category within the custom trigger treeview selector
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | (Inherited from Object.) | |
| GetHashCode()()() | (Inherited from Object.) | |
| GetType()()() | (Inherited from Object.) | |
| Key | ||
| LastAudioAlert | ||
| MemberwiseClone()()() | (Inherited from Object.) | |
| RegEx | ||
| RestrictToCategoryZone |
If the custom trigger should only take effect within a zone matching the category label
| |
| ResultsTab |
Object handle for the results tab(if existing)
| |
| ShortRegexString | ||
| SoundData | ||
| SoundType |
(int)CustomTriggerSoundTypeEnum can be used to convert this
| |
| SoundTypeString | ||
| Tabbed | ||
| TabbedAge |
How long ago an item was added to the results tab
| |
| TabbedCurrentIndex |
Item index of the last selected ListView row in the results tab (used for next/prev seeking in searches)
| |
| Timer | ||
| TimerName | ||
| TimerString |
Returns a label if the custom trigger is tabbed or triggers a timer else "<None>"
| |
| ToString()()() | (Inherited from Object.) | |
| TriggerListView |
Object handle for the ListView within the results tab(if existing)
| |
| TriggerSearchBox |
The TextBox within the results tab(if existing) used for searching
|
| Object | |
| CustomTrigger | |