| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Tab Class : DragDrop Method |
Type: System.Int32
The x coordinate inside tab's area for rise drag event.
Type: System.Int32
The y coordinate inside tab's area for rise drag event.
Type: System.Int32
The x coordinate inside tab's area for rise drop event.
Type: System.Int32
The y coordinate inside tab's area for rise drop event.
Type: System.Int32
The x coordinate inside tab's area for rise drag event.
Type: System.Int32
The y coordinate inside tab's area for rise drag event.
Type: System.Int32
The x coordinate inside tab's area for rise drop event.
Type: System.Int32
The y coordinate inside tab's area for rise drop event.
// rise drag and drop events in specific positions
instance.ActiveTab.DragDrop(100, 100, 200, 200);// rise drag and drop events in specific positions $instance->ActiveTab->DragDrop(100, 100, 200, 200);
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven