WINDOWINFO class Null safety Struct
Contains window information.
- Inheritance
- Object
- NativeType
- Struct
- WINDOWINFO
- Available Extensions
Constructors
Properties
- atomWindowType ↔ int
-
@Uint16(), read / write
- cbSize ↔ int
-
@Uint32(), read / write
- cxWindowBorders ↔ int
-
@Uint32(), read / write
- cyWindowBorders ↔ int
-
@Uint32(), read / write
- dwExStyle ↔ int
-
@Uint32(), read / write
- dwStyle ↔ int
-
@Uint32(), read / write
- dwWindowStatus ↔ int
-
@Uint32(), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- rcClient ↔ RECT
-
read / write
- rcWindow ↔ RECT
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- wCreatorVersion ↔ int
-
@Uint16(), 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