RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterActionButton.ImageWidth Property

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

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

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

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

 

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