IconIndex Property
Description
The IconIndex property is the Id/Index of an icon stored in the Popup Control's collection of icons that is displayed in the PopupControlItem.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property IconIndex() As Long
Remarks
This is the index used to identify the icon within the collection of icons. The icon at IconIndex in the collection of icons will be displayed in the PopupControlItem.
The IconIndex corresponds to the IconId given to the icon in the collection of icons. The id of an icon added to the ImageManagerIcons object can be any positive integer.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.