TopItemID Property

Specifies the item ID of the item that appears in the top-most position in a list.

Control.TopIItemID[ = nItemID]

Property Values

  • nItemID
    Specifies the item ID of the item that appears in the top-most position in a list.

Remarks

The default setting for the TopItemID property is 1, or the first item in the list.

Combo box controls are read-only all the time and list box controls are read-only at design time and read/write at run time.

See Also

AddItem Method | Clear Method | List Property | ListCount Property | MultiSelect Property | NewItemID Property | RemoveItem Method | Selected Property | TopIndex Property

Applies To: ComboBox | ListBox