JavaScript Editor js editor     Web development 



Main Page

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]

Return Value

nElement


Specifies which element in the array is displayed as the first element in the list.

Remarks

Applies To: ComboBox Control | ListBox Control

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.

See Also



JavaScript Editor js editor     Web development