WinStudio

Lock Position Property

Use the Lock Position property to disable changes to the size and position of a component on a form.

Locking is designed to facilitate development of international, multi-language applications. Once a component, such as a static box, has been sized and positioned to accommodate a translated string, you can lock the component to discourage others from repositioning it after applying standard dimensions on it.

Setting Description
True Disable changes to the size and position of a component.
If you use this option, all of the Glue... properties are disabled.
False Default. Enable changes to the size and position coordinates of a component.

TIP: You can set the Lock Size property to prevent changes to the just the size of a component without locking its position.


Related Topics

Lock the Size or Position of a Component