System.Windows.Forms.ToolStripItem.DoDragDrop C# (CSharp) 메소드

DoDragDrop() 개인적인 메소드

private DoDragDrop ( Object data, DragDropEffects allowedEffects ) : DragDropEffects
data Object
allowedEffects DragDropEffects
리턴 DragDropEffects
		public DragDropEffects DoDragDrop (Object data, DragDropEffects allowedEffects)
		{
			return allowedEffects;
		}