Vcl.Taskbar.TThumbBarButton.SetActionImageIndex
Delphi
procedure SetActionImageIndex(Value: Integer); override;
C++
DYNAMIC void __fastcall SetActionImageIndex(int Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Vcl.Taskbar.pas Vcl.Taskbar.hpp |
Vcl.Taskbar | TThumbBarButton |
Description
Updates the thumb button action icon to the selected image from the image list.
At design time, you can define a custom image list containing all the icons for your application. The OnActionChange method updates the thumb button action icon to the selected one in the image list.
This method expects the following parameter:
Valueis the index of the icon in the TCustomImageList.