A dropdown control.
Dropdown Properties
| Property | Type | Access | Description |
|---|---|---|---|
| Id | Long | read | A unique number identifying the object. |
| Index | Long | read | Index of the object within its parent object. |
| MinWidth | Double | r/w | The minimum width for this control. |
| Parent | Object | read | The parent of the object. |
| SelectedIndex | Long | r/w | Index of the selected string in the dropdown. |
| StringList | Array of Strings | r/w | A list of the strings that appear on the menu of the control. |