BCGControlBar Library for .NET
DropCalendar Property




Indicates whether the date can be changed by means of the drop down calendar. If the value of the property is true, the drop down button will be displayed on the control. On click on this button the drop down calendar will be displayed.
The default value is true.
Syntax
'Declaration
 
Public Property DropCalendar As Boolean
'Usage
 
Dim instance As ToolbarDateTimeControl
Dim value As Boolean
 
instance.DropCalendar = value
 
value = instance.DropCalendar
public bool DropCalendar {get; set;}
public: __property bool get_DropCalendar();
public: __property void set_DropCalendar( 
   bool value
);
public:
property bool DropCalendar {
   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