SetAllowDrop
From LoTROInterface Wiki
API Reference > Turbine.UI.Control.SetAllowDrop()
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.