Index
Collapse All
Expand All
GetAllowDrop Method
Control Class
Members
See Also
Beta Documentation - Subject to change.
Gets if the control supports drop operations from drag and drop.
Syntax
Lua
function
Control
:
GetAllowDrop
(
)
;
Returns
Type: boolean
True if the control will handle drag and drop events.
Remarks
Gets if the control supports drop operations from drag and drop.
See Also
Control
Turbine.UI