'Declaration <DescriptionAttribute("The appearance of the hyperlink when the mouse cursor hovers over the hyperlink.")> Public Property HoveredLinkAppearance As LinkAppearance
[Description("The appearance of the hyperlink when the mouse cursor hovers over the hyperlink.")] public LinkAppearance HoveredLinkAppearance { get; set; }
[Description("The appearance of the hyperlink when the mouse cursor hovers over the hyperlink.")] public: __property LinkAppearance* get_HoveredLinkAppearance(); public: __property void set_HoveredLinkAppearance(
LinkAppearance* value
);
[Description("The appearance of the hyperlink when the mouse cursor hovers over the hyperlink.")] public:
property LinkAppearance^ HoveredLinkAppearance { LinkAppearance^ get(); void set(LinkAppearance^ value); }