AutoPlay Media Studio 9

Grid.GetDragAndDrop

Grid.GetDragAndDrop

This is the first topic This is the last topic  

Grid.GetDragAndDrop

This is the first topic This is the last topic  

OverviewExamples

boolean Grid.GetDragAndDrop (

string ObjectName )

Example 1

-- get the drag and drop status

bCanDrag = Grid.GetDragAndDrop("Grid1");

 

if bCanDrag then

   Grid.SetDragAndDrop("Grid1", false);

else

   Grid.SetDragAndDrop("Grid1", true);

end

 

Toggles the ability to drag and drop.

See also: Related Actions


Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us