Parameters
- fromX
Type: System.Int32
The x coordinate inside tab's area for rise drag event.
- fromY
Type: System.Int32
The y coordinate inside tab's area for rise drag event.
- toX
Type: System.Int32
The x coordinate inside tab's area for rise drop event.
- toY
Type: System.Int32
The y coordinate inside tab's area for rise drop event.
The following code example demonstrates uses of the DragDrop method.
| C# | Copy Code |
|---|---|
// rise drag and drop events in specific positions
instance.ActiveTab.DragDrop(100, 100, 200, 200); | |
| PHP | Copy Code |
|---|---|
// 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