TdxNavBarLinkViewInfo.IsImageVisible Method
Indicates whether NavBar link caption image is visible.
Declaration
function IsImageVisible: Boolean;
Returns
Type |
---|
Boolean |
Remarks
Use the IsImageVisible property to determine whether the link image needs to be painted when handling the OnCustomDraw.Link event. The image may not be visible due to resizing the control, for instance.
See Also