DefaultCursor Property (DicomViewer)
In This Topic
Syntax
'Declaration
Protected Overridable ReadOnly Property DefaultCursor As System.Windows.Forms.Cursor
'Usage
Dim instance As DicomViewer
Dim value As System.Windows.Forms.Cursor
value = instance.DefaultCursor
protected virtual System.Windows.Forms.Cursor DefaultCursor {get;}
protected read-only property DefaultCursor: System.Windows.Forms.Cursor; virtual;
protected function get DefaultCursor : System.Windows.Forms.Cursor
protected: __property virtual System.Windows.Forms.Cursor* get_DefaultCursor();
protected:
virtual property System.Windows.Forms.Cursor^ DefaultCursor {
System.Windows.Forms.Cursor^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also