NOTIFYICONDATA class Null safety Struct
The NOTIFYICONDATA contains information that the system needs to display notifications in the notification area. Used by Shell_NotifyIcon.
- Inheritance
- Object
- NativeType
- Struct
- NOTIFYICONDATA
- Available Extensions
Constructors
Properties
- cbSize ↔ int
-
@Uint32(), read / write
- dwInfoFlags ↔ int
-
@Uint32(), read / write
- dwState ↔ int
-
@Uint32(), read / write
- dwStateMask ↔ int
-
@Uint32(), read / write
- guidItem ↔ GUID
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hBalloonIcon ↔ int
-
@IntPtr(), read / write
- hIcon ↔ int
-
@IntPtr(), read / write
- hWnd ↔ int
-
@IntPtr(), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- szInfo → String
-
read-only
- szInfoTitle → String
-
read-only
- szTip ↔ String
-
read / write
- uCallbackMessage ↔ int
-
@Uint32(), read / write
- uFlags ↔ int
-
@Uint32(), read / write
- uID ↔ int
-
@Uint32(), read / write
- uTimeout ↔ int
-
@Uint32(), read / write
- uVersion ↔ int
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited