BCGControlBar Library for .NET
HighlightedColor Property (DrawCalendarElementEventArgs)




Syntax
'Declaration
 
Public Property HighlightedColor As Color
'Usage
 
Dim instance As DrawCalendarElementEventArgs
Dim value As Color
 
instance.HighlightedColor = value
 
value = instance.HighlightedColor
public Color HighlightedColor {get; set;}
public: __property Color get_HighlightedColor();
public: __property void set_HighlightedColor( 
   Color value
);
public:
property Color HighlightedColor {
   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

DrawCalendarElementEventArgs Class
DrawCalendarElementEventArgs Members

Send Feedback