In This Topic

Cursor Property (GdViewer)

In This Topic
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);

}
See Also