I need to create a desktop custom control or class that contains several controls, including a rectangle and an array of desktop labels. There will be a number of instances of this custom control in a window, and I need to be able to control the individual labels (for example ‘visible’) of each separate instance by code. I would be grateful for an example or some pointers on how to define the custom control. Thanks in advance.
Use a DesktopContainer.
1 Like
Look into Container Controls. That’s the feature you are looking for and there are examples included with Xojo.