TdxNavBarGroupViewInfo.CaptionImageRect Property
Returns the bounding rectangle of the group header image.
Declaration
property CaptionImageRect: TRect read;
Property Value
Type |
---|
TRect |
Remarks
Use this property when handling the OnCustomDraw.GroupCaption event. This is useful if you want to paint the group header image in its default location.
Note that images in captions are available only in Explorer Bar Views. Side Bar Views do not display images in group captions.
See Also