|
The pick list control is used to create a list of dropdown options. To use the control on your form, you must add code to the ItemSelected event handler. |
Appearance |
|
Title |
The title that displays above the list of options. |
Behavior |
|
Enabled |
Sets the initial state of the pick list as enabled (True) or disabled (False). If set to False the pick list is dimmed. |
Visible |
If set to True, the pick list is visible. If False, the pick list is not visible. |
Control |
|
ControlID |
Used to identify the control. For example, the first pick list on the form will be assigned the control ID PickList1 while the next pick list is assigned PickList2. You can change the control ID as needed. The ID can contain numerals or letters, but it must begin with a letter. |
Data |
|
Options |
The list of options that displays when the user clicks the pick list
control. Click |
Layout |
|
Position |
Controls the relative position (in pixels) of the pick list on the form. The X value determines left to right, the Y value determines top to bottom position. Click the Position property and type values or expand the row to view the X and Y properties and make your changes. |
Size |
Controls the width and height of the pick list (in pixels). Click the Size property and type values or expand the row to view the Width and Height properties and make your changes. |