In Part 1, we built a custom button control in Xojo by subclassing DesktopCanvas. In Part 2, we enhanced it with customizable colors, corner radius, and a disabled…
Comments closedTag: Custom Control Design
How To Create a Custom Button Control in Xojo – Part 2
Published May 14, 2025
by
Gabriel Ludosanu
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…
Comments closedHow To Create a Custom Button Control in Xojo
Published May 2, 2025
by
Gabriel Ludosanu
This tutorial demonstrates how to create a custom button control in Xojo using the DesktopCanvas class. It covers defining properties, handling mouse events for visual feedback, and…
Comments closed