property Schedule.AllowMoveTimeScale as AllowKeysEnum
Specifies the combination of keys to move the control's time scale.

TypeDescription
AllowKeysEnum An AllowKeysEnum expression that indicates the keys the user can move at runtime the time scale from a side to another.
By default, the AllowMoveTimeScale property is exLeftClick + exSHIFTKey + exCTRLKey, which indicates that the user can move the position of the time scale, by dragging the mouse, if the user left clicking the mouse on the time scale and the SHIFT + CTRL keys are pressed. The AllowMoveTimeScale property indicates the keys the user can move at runtime the time scale from a side to another. The AlignLeft and Position properties may be changed if the user moves the time scale position to a new side, while the AllowMoveTimeScale property is not exDisallow (0). The AlignLeft property can be used to programmatically change the time scale alignment. The Position property indicates the position of the time scale as they are displayed. 

The AllowMoveTimeScale property on exDisallow indicates that the user can not change the time scale position at runtime.