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