In This Topic

Cursor Property (GdViewer)

In This Topic
Gets or sets the cursor that is displayed when the mouse pointer is over the control.
Syntax
'Declaration
 
Public Shadows Property Cursor As Cursor
public new Cursor Cursor {get; set;}
public read-write property Cursor: Cursor; 
public hide function get,set Cursor : Cursor
public: __property new Cursor* get_Cursor();
public: __property new void set_Cursor( 
   Cursor* value
);
public:
new property Cursor^ Cursor {
   Cursor^ get();
   void set (    Cursor^ value);
}
Remarks
It is recommended to not use this property.
See Also