WinHookEvent enum

Inheritance
Available extensions

Values

DISABLED → const WinHookEvent
AIA_START → const WinHookEvent
AIA_END → const WinHookEvent
MIN → const WinHookEvent
MAX → const WinHookEvent
OBJECT_ACCELERATORCHANGE → const WinHookEvent
OBJECT_CLOAKED → const WinHookEvent
OBJECT_CONTENTSCROLLED → const WinHookEvent
OBJECT_CREATE → const WinHookEvent
OBJECT_DEFACTIONCHANGE → const WinHookEvent
OBJECT_DESCRIPTIONCHANGE → const WinHookEvent
OBJECT_DESTROY → const WinHookEvent
OBJECT_DRAGSTART → const WinHookEvent
OBJECT_DRAGCANCEL → const WinHookEvent
OBJECT_DRAGCOMPLETE → const WinHookEvent
OBJECT_DRAGENTER → const WinHookEvent
OBJECT_DRAGLEAVE → const WinHookEvent
OBJECT_DRAGDROPPED → const WinHookEvent
OBJECT_END → const WinHookEvent
OBJECT_FOCUS → const WinHookEvent
OBJECT_HELPCHANGE → const WinHookEvent
OBJECT_HIDE → const WinHookEvent
OBJECT_HOSTEDOBJECTSINVALIDATED → const WinHookEvent
OBJECT_IME_HIDE → const WinHookEvent
OBJECT_IME_SHOW → const WinHookEvent
OBJECT_IME_CHANGE → const WinHookEvent
OBJECT_INVOKED → const WinHookEvent
OBJECT_LIVEREGIONCHANGED → const WinHookEvent
OBJECT_LOCATIONCHANGE → const WinHookEvent
OBJECT_NAMECHANGE → const WinHookEvent
OBJECT_PARENTCHANGE → const WinHookEvent
OBJECT_REORDER → const WinHookEvent
OBJECT_SELECTION → const WinHookEvent
OBJECT_SELECTIONADD → const WinHookEvent
OBJECT_SELECTIONREMOVE → const WinHookEvent
OBJECT_SELECTIONWITHIN → const WinHookEvent
OBJECT_SHOW → const WinHookEvent
OBJECT_STATECHANGE → const WinHookEvent
OBJECT_TEXTEDIT_CONVERSIONTARGETCHANGED → const WinHookEvent
OBJECT_TEXTSELECTIONCHANGED → const WinHookEvent
OBJECT_UNCLOAKED → const WinHookEvent
OBJECT_VALUECHANGE → const WinHookEvent
OEM_DEFINED_START → const WinHookEvent
OEM_DEFINED_END → const WinHookEvent
SYSTEM_ALERT → const WinHookEvent
SYSTEM_ARRANGMENTPREVIEW → const WinHookEvent
SYSTEM_CAPTUREEND → const WinHookEvent
SYSTEM_CAPTURESTART → const WinHookEvent
SYSTEM_CONTEXTHELPSTART → const WinHookEvent
SYSTEM_DESKTOPSWITCH → const WinHookEvent
SYSTEM_DIALOGEND → const WinHookEvent
SYSTEM_DIALOGSTART → const WinHookEvent
SYSTEM_DRAGDROPEND → const WinHookEvent
SYSTEM_DRAGDROPSTART → const WinHookEvent
SYSTEM_END → const WinHookEvent
SYSTEM_FOREGROUND → const WinHookEvent
SYSTEM_MENUPOPUPEND → const WinHookEvent
SYSTEM_MENUPOPUPSTART → const WinHookEvent
SYSTEM_MENUEND → const WinHookEvent
SYSTEM_MENUSTART → const WinHookEvent
SYSTEM_MINIMIZEEND → const WinHookEvent
SYSTEM_MINIMIZESTART → const WinHookEvent
SYSTEM_MOVESIZEEND → const WinHookEvent
SYSTEM_MOVESIZESTART → const WinHookEvent
SYSTEM_SCROLLINGEND → const WinHookEvent
SYSTEM_SOUND → const WinHookEvent
SYSTEM_SWITCHEND → const WinHookEvent
SYSTEM_SWITCHSTART → const WinHookEvent
UIA_EVENTID_START → const WinHookEvent
UIA_EVENTID_END → const WinHookEvent
UIA_PROPID_START → const WinHookEvent
UIA_PROPID_END → const WinHookEvent

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<WinHookEvent>
A constant List of the values in this enum, in order of their declaration.