Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the first element of an array to display in a ComboBox or ListBox control. Available at design time and run time.
Control.FirstElement[ = nElement]
Property Values
- nElement
Specifies which element in the array is displayed as the first element in the list.
Remarks
This property is available only when the RowSource is an array (RowSourceType = 5). Note that the FirstElement property only applies to ComboBoxes and ListBoxes with one column.