'Declaration Public Property DefaultCursor As VintasoftCursor
public VintasoftCursor DefaultCursor { get; set; }
public: __property VintasoftCursor* get_DefaultCursor(); public: __property void set_DefaultCursor(
VintasoftCursor* value
);
public:
property VintasoftCursor^ DefaultCursor { VintasoftCursor^ get(); void set(VintasoftCursor^ value); }