Skip to main content

TcxSchedulerNavigatorButton.ActualImageIndex Property

Gets the index of either the built-in or custom bitmap of resource navigation button.

Declaration

property ActualImageIndex: Integer read;

Property Value

Type
Integer

Remarks

There can be two image collections that are used to draw the resource navigation button. The collection of built-in (internal) images is used by the scheduler to draw the current button if the ImageIndex property is set to -1 and the current button is the built-in button. And the user-defined image collection (if it was set) is applied to the current button if a value of 0 or greater is assigned to the ImageIndex property.

Use the ActualImageIndex property to determine the index of the bitmap that is currently used (for example, when performing custom drawing).

See Also