When the typeinfo is generated automatically, it provides support for whichever of the following properties and methods are applicable.
Name | Dispatch ID | DUIM function | Applicable to |
|---|---|---|---|
Value | $DISPID-VALUE | gadget-value | <value-gadget> |
items | gadget-items | <collection-gadget> | |
mode | gadget-selection-mode | <collection-gadget> | |
Caption | $DISPID-CAPTION | gadget-label | <labelled-gadget-mixin> |
Text | $DISPID-TEXT | gadget-text | <text-gadget> |
Enabled | $DISPID-ENABLED | gadget-enabled? | Any that accept input |
TabStop | $DISPID-TABSTOP | type-union(<tab-control>, <collection-gadget>, <text-gadget>) | |
ForeColor | $DISPID-FORECOLOR | medium- | <sheet-with-medium-mixin> |
BackColor | $DISPID-BACKCOLOR | medium- | <sheet-with-medium-mixin> |
Name | Dispatch ID | DUIM function | Applicable to |
|---|---|---|---|
activate | $DISPID-DOCLICK | activate-gadget | <action-gadget> |