crNoResize prevents special handles from responding

I have a control that has three additional handles that modify the the shape I made. I need the user to not be able to resize the control, but still manipulate the additional handles. Setting Restrictions crResize will prevent resizing the control as required, but it also stops the handles from responding to mouse clicks. How can I separate the two functions?

TBH, I would have thought crNoEdit would affect the additional handles, not crResize.

Hold on, I think I found it. the handles.Handle.AlwaysMovable property set to True should accomplish this.

1 Like