JVCL Help:TJvCustomImageButton.OwnerDraw

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies whether the control receives an OnButtonDraw event.


Pascal

 propertyOwnerDraw: Boolean;


Description

Set OwnerDraw to True to allow the button to receive the OnButtonDraw event. If OwnerDraw is true, the button is not drawn automatically, instead you will have to provide the drawing logic in the event handler.


See Also

TJvCustomImageButton.OnButtonDraw


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page