RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButton.ImageIndex Property

Image index for normal button state.

Pascal
property ImageIndex: TImageIndex;
C++
__property TImageIndex ImageIndex;

ImageIndex is an image index into the Images property for the normal button state. If the index value is -1, no image is used.  

In Vista, a standard green arrow is used when the index is -1 and the Style property is bsCommandLink for a Command Link button. 

This is available only on Windows XP and Vista. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!