'Declaration Public Property Cursor As VintasoftCursor
public VintasoftCursor Cursor { get; set; }
public: __property VintasoftCursor* get_Cursor(); public: __property void set_Cursor(
VintasoftCursor* value
);
public:
property VintasoftCursor^ Cursor { VintasoftCursor^ get(); void set(VintasoftCursor^ value); }