示例#1
0
	void Drag()
	{
		if(list.DoDragAndDrop(InternalClip(list, "mydrag"), list.GetDragSample()) == DND_MOVE)
			list.RemoveSelection();
	}