Gets or sets the cursor that is displayed when the mouse pointer is over a selected annotation object.
public Cursor AnnotationMoveCursor {get; set;}
'Declaration
Public Property AnnotationMoveCursor As Cursor
'Usage
Dim instance As MedicalViewerBaseCell
Dim value As Cursor
instance.AnnotationMoveCursor = value
value = instance.AnnotationMoveCursor
public:
property Cursor^ AnnotationMoveCursor {
Cursor^ get();
void set ( Cursor^ value);
}
Property Value
A
System.Windows.Forms.Cursor object that represents the cursor to display when the mouse pointer is over a selected annotation object.