Gets or sets the cursor that is displayed when the mouse pointer is over the handle of a selected annotation.
public Cursor AnnotationDefaultCursor {get; set;}
'Declaration
Public Property AnnotationDefaultCursor As Cursor
'Usage
Dim instance As MedicalViewerBaseCell
Dim value As Cursor
instance.AnnotationDefaultCursor = value
value = instance.AnnotationDefaultCursor
public:
property Cursor^ AnnotationDefaultCursor {
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 the handle of a selected annotation.