Gets or sets the color used to display disabled links.
[Visual Basic] Public Property DisabledLinkColor As Color [C#] public Color DisabledLinkColor {get; set;} [C++] public: __property Color get_DisabledLinkColor(); public: __property void set_DisabledLinkColor(Color); [JScript] public function get DisabledLinkColor() : Color; public function set DisabledLinkColor(Color);
A Color that represents the color used to display disabled links. The default is the LinkColor property value.
LinkLabel Class | LinkLabel Members | System.WinForms Namespace | Color | LinkColor