Skip to main content

ICursorService.SetCursor Method

Name Parameters Description
SetCursor(FrameworkElement, CustomCursor, String) control, customCursor, id For internal use. Specifies a custom cursor for an element.
SetCursor(FrameworkElement, CustomCursor) control, customCursor Specifies a custom cursor for an element.
SetCursor(FrameworkElement, Cursor, String) control, cursor, id For internal use. Specifies a standard cursor for an element.
SetCursor(FrameworkElement, Cursor) control, cursor Specifies a standard cursor for an element.