WNDCLASS class base struct

Contains the window class attributes that are registered by the RegisterClass function.

Inheritance

Constructors

WNDCLASS()

Properties

cbClsExtra int
getter/setter pair
cbWndExtra int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hbrBackground int
getter/setter pair
hCursor int
getter/setter pair
hIcon int
getter/setter pair
hInstance int
getter/setter pair
lpfnWndProc Pointer<NativeFunction<WNDPROC>>
getter/setter pair
lpszClassName Pointer<Utf16>
getter/setter pair
lpszMenuName Pointer<Utf16>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style int
getter/setter pair

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