BCGControlBar Library for .NET
ShowTodayCircleOnDropCalendar Property




Gets or sets a value indicating whether today's date is circled on the drop down calendar.
The default value is true.
Syntax
'Declaration
 
Public Property ShowTodayCircleOnDropCalendar As Boolean
'Usage
 
Dim instance As ToolbarDateTimeControl
Dim value As Boolean
 
instance.ShowTodayCircleOnDropCalendar = value
 
value = instance.ShowTodayCircleOnDropCalendar
public bool ShowTodayCircleOnDropCalendar {get; set;}
public: __property bool get_ShowTodayCircleOnDropCalendar();
public: __property void set_ShowTodayCircleOnDropCalendar( 
   bool value
);
public:
property bool ShowTodayCircleOnDropCalendar {
   bool get();
   void set (    bool 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

ToolbarDateTimeControl Class
ToolbarDateTimeControl Members

Send Feedback