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