BCGControlBar Library for .NET
ShowTime Property




Indicates a value, whether the time value will be visible. The time value contains hours and minutes. The default value is true.
Syntax
'Declaration
 
Public Property ShowTime As Boolean
'Usage
 
Dim instance As ToolbarDateTimeControl
Dim value As Boolean
 
instance.ShowTime = value
 
value = instance.ShowTime
public bool ShowTime {get; set;}
public: __property bool get_ShowTime();
public: __property void set_ShowTime( 
   bool value
);
public:
property bool ShowTime {
   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