| 432 | /// <param name="data">The data.</param> |
| 433 | /// <returns>The result.</returns> |
| 434 | API_FUNCTION() virtual DragDropEffect DoDragDrop(const StringView& data) |
| 435 | { |
| 436 | return DragDropEffect::None; |
| 437 | } |
| 438 | |
| 439 | /// <summary> |
| 440 | /// Starts a window drag and drop operation. |
no outgoing calls
no test coverage detected