API Reference

Detailed and full API reference helps you master Tekla development

This is the most recent version of Tekla Open API.
For older versions, please visit Tekla Warehouse.

ImageListComboBox Properties

The ImageListComboBox type exposes the following members.

Properties
  NameDescription
Public propertyDefaultValue
Gets or sets the default value in the image combo box. If the value is not found, SelectedItem is used instead.
Public propertyHoverColor
Gets or sets the hover color of the combo box.
Public propertyImageList
Gets or sets the ImageList that contains the images to be displayed in the combo box. Recommended image file formats are JPG and BMP.
Public propertySelectedIndex
Gets or sets the selected index of the image in the image combo box.
Public propertySelectedItem
Gets or sets the selected image in the image combo box. If the image is not found, SelectedIndex is used instead.
Public propertyToolTipText
Gets or sets the tool tip text.
Top
See Also