BCGControlBar Library for .NET
DisabledLinkColor Property




Specifies the disabled link color.
Syntax
'Declaration
 
Public Property DisabledLinkColor As Color
'Usage
 
Dim instance As ToolbarLinkLabel
Dim value As Color
 
instance.DisabledLinkColor = value
 
value = instance.DisabledLinkColor
public Color DisabledLinkColor {get; set;}
public: __property Color get_DisabledLinkColor();
public: __property void set_DisabledLinkColor( 
   Color value
);
public:
property Color DisabledLinkColor {
   Color get();
   void set (    Color value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ToolbarLinkLabel Class
ToolbarLinkLabel Members

Send Feedback