RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterActionButton.ImageHeight Property

Specifies the height of the generated element if it is a clickable image.

Pascal
property ImageHeight: Integer;
C++
__property int ImageHeight;

ImageHeight controls the height of the image that the user can click to execute the associated action. If ImageHeight is –1 (the default), the browser controls the height it uses to display the generated image. 

ImageHeight is only used when the value of the DisplayType property is ctImage or ctEventImages. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!