NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichControl.Cursor

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);

Property Value

current cursor.

See Also

RichControl Class | RichControl Members | System.WinForms Namespace