Originally published at: How To Create a Custom Button Control in Xojo – Part 2 – Xojo Programming Blog
In the first part of this tutorial, we built a basic custom button control using the DesktopCanvas class, giving it a custom appearance and handling the basic mouse events to provide visual feedback and raise a Pressed event when clicked. In this second part, we will enhance our CanvasButton by adding more customization with new properties to: set the button’s colors…
2 Likes