| 542 | /// </summary> |
| 543 | /// <param name="type">The cursor type.</param> |
| 544 | API_PROPERTY() virtual void SetCursor(CursorType type) |
| 545 | { |
| 546 | _cursor = type; |
| 547 | } |
| 548 | |
| 549 | /// <summary> |
| 550 | /// Sets the window icon. |
no outgoing calls
no test coverage detected