'Declaration <DescriptionAttribute("The cursor of the hyperlink in its default state.")> Public Property LinkCursor As System.Windows.Forms.Cursor
[Description("The cursor of the hyperlink in its default state.")] public System.Windows.Forms.Cursor LinkCursor { get; set; }
[Description("The cursor of the hyperlink in its default state.")] public: __property System.Windows.Forms.Cursor get_LinkCursor(); public: __property void set_LinkCursor(
System.Windows.Forms.Cursor value
);
[Description("The cursor of the hyperlink in its default state.")] public:
property System.Windows.Forms.Cursor LinkCursor { System.Windows.Forms.Cursor get(); void set(System.Windows.Forms.Cursor value); }