Gets or sets the color used to display active links.
[Visual Basic] Public Property ActiveLinkColor As Color [C#] public Color ActiveLinkColor {get; set;} [C++] public: __property Color get_ActiveLinkColor(); public: __property void set_ActiveLinkColor(Color); [JScript] public function get ActiveLinkColor() : Color; public function set ActiveLinkColor(Color);
A Color that represents the color used to display active links. The default is Red.
LinkLabel Class | LinkLabel Members | System.WinForms Namespace | Color