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
- Implemented types
- Available extensions
Constructors
Properties
- cbClsExtra ↔ int
-
getter/setter pair
- cbSize ↔ 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
- hIconSm ↔ 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