Allows moving the window that contains the control to a new position, as you would do by clicking the form's title/caption.
Type
Description
Boolean
A Boolean expression that specifies whether the user can move the control on the
screen by clicking it.
By default, the AllowMoveOnClick property is False. The
AllowMoveOnClick property allows moving the window that contains the control to a new position, as you would do by clicking the form's
title/caption. For instance, you can use the AllowMoveOnClick property on
True, when you create a widget to be displayed on the screen, and so the user
can move the widget by clicking it.
You can use any of the following to convert your control to a widget:
The LayerClipTo property specifies the index of the layer that clips the entire control to.
The LayerUpdate property indicates where the
control's content is updated.