CHOOSECOLOR class base Struct

Contains information the ChooseColor function uses to initialize the Color dialog box. After the user closes the dialog box, the system returns information about the user's selection in this structure.

Inheritance

Constructors

CHOOSECOLOR()

Properties

Flags int
read / write
hashCode int
The hash code for this object.
read-onlyinherited
hInstance int
read / write
hwndOwner int
read / write
lCustData int
read / write
lpCustColors Pointer<Uint32>
read / write
lpfnHook Pointer<NativeFunction<CCHookProc>>
read / write
lpTemplateName Pointer<Utf16>
read / write
lStructSize int
read / write
rgbResult int
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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