DLGITEMTEMPLATE class Null safety Struct
Defines the dimensions and style of a control in a dialog box. One or more of these structures are combined with a DLGTEMPLATE structure to form a standard template for a dialog box.
- Inheritance
- Object
- NativeType
- Struct
- DLGITEMTEMPLATE
- Available Extensions
Constructors
Properties
- cx ↔ int
-
@Int16(), read / write
- cy ↔ int
-
@Int16(), read / write
- dwExtendedStyle ↔ int
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ int
-
@Uint16(), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- style ↔ int
-
read / write
- x ↔ int
-
@Int16(), read / write
- y ↔ int
-
@Int16(), 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