How to add appearance and behaviour properties to a custom control

If I were to create a custom pushbutton control from a Canvas, is there a way to have some of the properties added to the IDE in the Appearance and Behavior section?

I have created custom controls for Windows OS in the past, and I don’t know if this feature is available in the newer version of Xojo (2016 r4.1)?

Thanks!

create the properties as COMPUTED PROPERTY in your custom class
then use the Inspector Behaviour (right click your class in the left pane) to add them to the IDE display

Fantastic!

Thanks Dave