JVCL Help:TJvImgBtn.OnButtonDraw
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvImgBtn.OnButtonDraw Event
Search in JVCL Help
Search in all projectsSummary
Occurs when the button needs to be drawn
Pascal
propertyOnButtonDraw: TJvImgBtnDrawEvent;
Parameters
Parameters | Description |
Sender | The object that triggered the event |
DrawItemStruct | Holds information about the current state of the control |
Description
Write a handler for this event to draw the button yourself. To activate this event, you must set OwnerDraw to true.
See Also
TJvCustomImageButton.OwnerDraw
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