Skip to content

Icons Property

Description

The Icons property is a collection of icons that can be used in TabControlItem objects.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property Icons() As [ImageManagerIcons](XtremeCalendarControl~ImageManagerIcons.md)

Remarks

Icons must be added to this collection using the following methods before they can be used in a TabControlItem:

To use an icon from the Icons collection, the Image of a TabControlItem is associated with the index of an icon in the Icons collection.

Important Note: The IconId cannot be zero (0). When using the AddIcon, LoadBitmap, or LoadIcon methods, you cannot assign an IconId of zero; the IconId must be a positive integer. IconId refers to the Command parameter in the ImageManagerIcons methods.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.