Beta Documentation - Subject to change.

Sets if the control supports drop operations from drag and drop.

Syntax

Lua
function Control:SetAllowDrop(value);

Parameters

value
Type: boolean
True if the control will handle drag and drop events.

Remarks

Sets if the control supports drop operations from drag and drop.

See Also