Retrieves the cursor that will be displayed when the mouse is over this control.
[Visual Basic] Overridable Public Property Cursor As Cursor [C#] public Cursor Cursor {virtual get; virtual set;} [C++] public: __property virtual Cursor* get_Cursor(); public: __property virtual void set_Cursor(Cursor*); [JScript] public function get Cursor() : Cursor; public function set Cursor(Cursor);
current cursor.
RichControl Class | RichControl Members | System.WinForms Namespace