ListIconId Property
Description
Base id for icons that are displayed in the dropdown list.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property ListIconId() As Long
Remarks
ListIconId is the id of the icon that will be displayed for the first item in the list. The icon id for the next item in the list will be ListIconId + 1, ListIconId + 2, ListIconId + 3, etc. This allows you to have an icon displayed next to each item in the dropdown list.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.