JVCL Help:TJvImgBtn.OwnerDraw
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvImgBtn.OwnerDraw Property
Search in JVCL Help
Search in all projectsSummary
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