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