BCGControlBar Library for .NET
ShowDate Property




Indicates a value whether the day, month and year  should be displayed within the date time control.
The default value is true.
Syntax
'Declaration
 
Public Property ShowDate As Boolean
'Usage
 
Dim instance As ToolbarDateTimeControl
Dim value As Boolean
 
instance.ShowDate = value
 
value = instance.ShowDate
public bool ShowDate {get; set;}
public: __property bool get_ShowDate();
public: __property void set_ShowDate( 
   bool value
);
public:
property bool ShowDate {
   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