| Properties | Description |
|---|
| AllowValueListEdits | Gets or sets whether the Edit List Items command is available when the user right-clicks a combo box. Read/write Boolean. |
| BottomMargin | Along with the LeftMargin, RightMargin, and TopMargin properties, specifies the location of information displayed within a text box control. Read/write Integer. |
| BottomPadding | Gets or sets the amount of space (in inches) between the combo box and its bottom gridline. Read/write Integer. |
| CanGrow | Gets or sets whether the specified control automatically adjusts vertically to print or preview all the data the control contains. Read/write Boolean. |
| CanShrink | Gets or sets whether the specified control automatically adjusts vertically to print or preview all the data the control contains. Read/write Boolean. |
| DisplayAsHyperlink | Gets or sets an AcDisplayAsHyperlink constant that specifies whether to display the contents of the specified combo box as a hyperlink. Read/write. |
| Layout | Returns the type of layout for the specified combo box. Read-only AcLayoutType. |
| GridlineColor | Gets or sets the color of the gridline for the specified combo box. Read/write Long. |
| GridlineStyleBottom | Gets or sets the bottom gridline style of the specified combo box. Read/write Byte. |
| GridlineStyleLeft | Gets or sets the width of the bottom gridline for the specified combo box. Read/write Byte. |
| GridlineStyleRight | Gets or sets the right gridline style of the specified combo box. Read/write Byte. |
| GridlineStyleTop | Gets or sets the top gridline style of the specified combo box. Read/write Byte. |
| GridlineWidthBottom | Gets or sets the width of the bottom gridline for the specified combo box. Read/write Byte. |
| GridlineWidthLeft | Gets or sets the width of the left gridline for the specified combo box. Read/write Byte. |
| GridlineWidthRight | Gets or sets the width of the right gridline for the specified combo box. Read/write Byte. |
| GridlineWidthTop | Gets or sets the width of the top gridline for the specified combo box. Read/write Byte. |
| HorizontalAnchor | Gets or sets an AcHorizontalAnchor constant that indicates how the combo box is anchored horizontally within its layout. Read/write. |
| InheritValueList | Gets or sets whether a combo box's value list is inherited from its field. Read/write Boolean. |
| ItemsSelected | You can use the ItemsSelected property to return a read-only reference to the hidden ItemsSelected collection. This hidden collection can be used to access data in the selected rows of a multiselect combo box control. |
| LayoutID | Returns the unique identifier for the layout that contains the specified combo box. Read-only Long. |
| LeftMargin | Along with the TopMargin, RightMargin, and BottomMargin properties, specifies the location of information displayed within a text box control. Read/write Integer. |
| LeftPadding | Gets or sets the amount of space (in inches) between the combo box and its left gridline. Read/write Integer. |
| ListItemsEditForm | Gets or sets the name of the form that is displayed when the user clicks Edit List Items. Read/write String. |
| RightMargin | Along with the TopMargin, Left Margin, and BottomMargin properties, specifies the location of information displayed within a combo box control. Read/write Integer. |
| RightPadding | Gets or sets the amount of space (in inches) between the combo box and its right gridline. Read/write Integer. |
| Selected | You can use the Selected property in Visual Basic to determine if an item in a combo box is selected. Read/write Long. |
| SeparatorCharacters | Gets or sets the separator displayed between values when the combo box is bound to a multi-valued field. Read/write AcSeparatorCharacters. |
| ShowOnlyRowSourceValues | Gets or sets whether the combo box can display values that aren't specified by the RowSource property. Read/write Boolean. |
| TopMargin | Along with the LeftMargin, RightMargin, and BottomMargin properties, specifies the location of information displayed within a text box control. Read/write Integer. |
| TopPadding | Gets or sets the amount of space (in inches) between the combo box and its top gridline. Read/write Integer. |
| VerticalAnchor | Gets or sets an AcVerticalAnchor constant that indicates how the specified combo box is anchored vertically within its layout. Read/write. |