BCGControlBar Library for .NET
TransparentHeaderColor Property (DesktopAlert)




Transparent color of HeaderIcon.
Syntax
'Declaration
 
Public Property TransparentHeaderColor As Color
'Usage
 
Dim instance As DesktopAlert
Dim value As Color
 
instance.TransparentHeaderColor = value
 
value = instance.TransparentHeaderColor
public Color TransparentHeaderColor {get; set;}
public: __property Color get_TransparentHeaderColor();
public: __property void set_TransparentHeaderColor( 
   Color value
);
public:
property Color TransparentHeaderColor {
   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

DesktopAlert Class
DesktopAlert Members

Send Feedback