ComboBoxDefinition.ListItem Property
Parent Object:
ComboBoxDefinition
Description
Gets the item specified in the combo box. The index is 1 based.
Syntax
ComboBoxDefinition.
ListItem
(
Index
As Long ) As String
Property Value
This is a read/write property whose value is a String.
Parameters
Name
Type
Description
Index
Long
Input Long that specifies the item within the list to get or set. The index is 1-based.
Version
Introduced in version 9
© Copyright 2021 Autodesk, Inc.
Comment on this page.