Movable Property
Specifies whether an object can be moved at run time by the user. Available at design time; read-only at run time.
Object.Movable[ = lExpr]
Return Value
lExpr
The settings for the Movable property are:Setting
Description
True (.T.)
(Default) The object can be moved. For forms in Visual FoxPro for Windows, the Move command is added to the Control menu.
False (.F.)
The object cannot be moved. For grid columns, you cannot move the column by direct manipulation. However, the column can be moved if you change the column's ColumnOrder property or move another column on top of it.
Remarks
Applies To: Column | Form | _SCREEN | ToolBar