TaskbarFlashMode class

Determines how taskbar app icon should be flashed.

Constructors

TaskbarFlashMode()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

all → const int
Flash both the window caption and taskbar button. This is equivalent to setting the caption | tray flags.
caption → const int
Flash the window caption.
stop → const int
Stop flashing. The system restores the window to its original state.
timer → const int
Flash continuously, until the stop flag is set.
timernofg → const int
Flash continuously until the window comes to the foreground.
tray → const int
Flash the taskbar button.