'Declaration <DescriptionAttribute("The cursor of the hyperlink when the user clicked the link.")> Public Property ClickedLinkCursor As System.Windows.Forms.Cursor
[Description("The cursor of the hyperlink when the user clicked the link.")] public System.Windows.Forms.Cursor ClickedLinkCursor { get; set; }
[Description("The cursor of the hyperlink when the user clicked the link.")] public: __property System.Windows.Forms.Cursor get_ClickedLinkCursor(); public: __property void set_ClickedLinkCursor(
System.Windows.Forms.Cursor value
);
[Description("The cursor of the hyperlink when the user clicked the link.")] public:
property System.Windows.Forms.Cursor ClickedLinkCursor { System.Windows.Forms.Cursor get(); void set(System.Windows.Forms.Cursor value); }