'Declaration <DescriptionAttribute("Current state of hyperlink.")> <DefaultValueAttribute(Normal)> Public Property CurrentLinkState As LinkStates
[Description("Current state of hyperlink.")] [DefaultValue(Normal)] public LinkStates CurrentLinkState { get; set; }
[Description("Current state of hyperlink.")] [DefaultValue(Normal)] public: __property LinkStates get_CurrentLinkState(); public: __property void set_CurrentLinkState(
LinkStates value
);
[Description("Current state of hyperlink.")] [DefaultValue(Normal)] public:
property LinkStates CurrentLinkState { LinkStates get(); void set(LinkStates value); }