WNDCLASS class base Struct
Contains the window class attributes that are registered by the RegisterClass function.
- Inheritance
-
- Object
- NativeType
- Struct
- WNDCLASS
Constructors
- WNDCLASS()
Properties
- cbClsExtra ↔ int
-
read / write
- cbWndExtra ↔ int
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hbrBackground ↔ int
-
read / write
- hCursor ↔ int
-
read / write
- hIcon ↔ int
-
read / write
- hInstance ↔ int
-
read / write
-
lpfnWndProc
↔ Pointer<
NativeFunction< WindowProc>> -
read / write
-
lpszClassName
↔ Pointer<
Utf16> -
read / write
-
lpszMenuName
↔ Pointer<
Utf16> -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- style ↔ int
-
read / write
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