TASKDIALOGCONFIG class base struct

The TASKDIALOGCONFIG structure contains information used to display a task dialog. The TaskDialogIndirect function uses this structure.

Inheritance
Available Extensions
Annotations

Constructors

TASKDIALOGCONFIG()

Properties

Anonymous1 ↔ _TASKDIALOGCONFIG__Anonymous1_e__Union
getter/setter pair
Anonymous2 ↔ _TASKDIALOGCONFIG__Anonymous2_e__Union
getter/setter pair
cbSize int
getter/setter pair
cButtons int
getter/setter pair
cRadioButtons int
getter/setter pair
cxWidth int
getter/setter pair
dwCommonButtons int
getter/setter pair
dwFlags int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hInstance int
getter/setter pair
hwndParent int
getter/setter pair
lpCallbackData int
getter/setter pair
nDefaultButton int
getter/setter pair
nDefaultRadioButton int
getter/setter pair
pButtons Pointer<TASKDIALOG_BUTTON>
getter/setter pair
pfCallback Pointer<NativeFunction<PFTASKDIALOGCALLBACK>>
getter/setter pair
pRadioButtons Pointer<TASKDIALOG_BUTTON>
getter/setter pair
pszCollapsedControlText Pointer<Utf16>
getter/setter pair
pszContent Pointer<Utf16>
getter/setter pair
pszExpandedControlText Pointer<Utf16>
getter/setter pair
pszExpandedInformation Pointer<Utf16>
getter/setter pair
pszFooter Pointer<Utf16>
getter/setter pair
pszMainInstruction Pointer<Utf16>
getter/setter pair
pszVerificationText Pointer<Utf16>
getter/setter pair
pszWindowTitle Pointer<Utf16>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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