CREATESTRUCT class base struct

Defines the initialization parameters passed to the window procedure of an application. These members are identical to the parameters of the CreateWindowEx function.

Inheritance

Constructors

CREATESTRUCT()

Properties

cx int
getter/setter pair
cy int
getter/setter pair
dwExStyle int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hInstance int
getter/setter pair
hMenu int
getter/setter pair
hwndParent int
getter/setter pair
lpCreateParams Pointer<NativeType>
getter/setter pair
lpszClass Pointer<Utf16>
getter/setter pair
lpszName Pointer<Utf16>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style int
getter/setter pair
x int
getter/setter pair
y 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