WNDCLASSEX class base Struct

Contains window class information. It is used with the RegisterClassEx and GetClassInfoEx functions. The WNDCLASSEX structure is similar to the WNDCLASS structure. There are two differences. WNDCLASSEX includes the cbSize member, which specifies the size of the structure, and the hIconSm member, which contains a handle to a small icon associated with the window class.

Inheritance

Constructors

WNDCLASSEX()

Properties

cbClsExtra int
read / write
cbSize 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
hIconSm 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