'Declaration <DescriptionAttribute("The appearance of the hyperlink when the user clicked the link.")> Public Property ClickedLinkAppearance As LinkAppearance
[Description("The appearance of the hyperlink when the user clicked the link.")] public LinkAppearance ClickedLinkAppearance { get; set; }
[Description("The appearance of the hyperlink when the user clicked the link.")] public: __property LinkAppearance* get_ClickedLinkAppearance(); public: __property void set_ClickedLinkAppearance(
LinkAppearance* value
);
[Description("The appearance of the hyperlink when the user clicked the link.")] public:
property LinkAppearance^ ClickedLinkAppearance { LinkAppearance^ get(); void set(LinkAppearance^ value); }