In the IDE, when we click on a control, little squares appear around the control. (Are these called handles?)
Is there any way for this type of control to be provided to the user of a program?
We can always draw these squares and the dashed outline on the screen using Drawline, DrawRectangle, etc.
But is there any way of getting to the same system that the IDE uses?
Is there any way for this type of control to be provided to the user of a program?
We can always draw these squares and the dashed outline on the screen using Drawline, DrawRectangle, etc.
But is there any way of getting to the same system that the IDE uses?