CREATESTRUCT class Null safety 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
- Object
- NativeType
- Struct
- CREATESTRUCT
- Available Extensions
Constructors
Properties
- cx ↔ int
-
@Int32(), read / write
- cy ↔ int
-
@Int32(), read / write
- dwExStyle ↔ int
-
@Uint32(), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hInstance ↔ int
-
@IntPtr(), read / write
- hMenu ↔ int
-
@IntPtr(), read / write
- hwndParent ↔ int
-
@IntPtr(), read / write
-
lpCreateParams
↔ Pointer<
NativeType> -
read / write
-
lpszClass
↔ Pointer<
Utf16> -
read / write
-
lpszName
↔ Pointer<
Utf16> -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- style ↔ int
-
@Int32(), read / write
- x ↔ int
-
@Int32(), read / write
- y ↔ int
-
@Int32(), read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited