BCGControlBar Library for .NET
ToolbarDateTimeControl Class
Members 




The ToolbarDateTimeControl class is used to display time, typically expressed in date and time.  It encapsulates the functionality of the date and time picker control. It can be placed to toolbar and Ribbon controls. The interface of the ToolbarDateTimeControl contains fields for displaying a part of the date and time information stored in the control. The user can change the selected date and time by changing the content of the text in the specified field of the control. The user can select fields of control using mouse or keyboard. The content of any field can be changed by typing text or by pressing Up and Down key on the keyboard.  The date value can be changed by the drop down calendar.
The input can be enabled\disabled by checkbox located within the DateTimeControl. The sets of fields on the DateTimeControl can be  customized by changing it’s specified properties in the property list.
Object Model
ToolbarDateTimeControl ClassCommandBarManager ClassCommandEntry ClassCommandBar ClassToolbarButton ClassCommandBar ClassPopupMenuBar ClassToolbarButtonCollection ClassToolbarButton ClassToolbar Class
Syntax
'Declaration
 
Public Class ToolbarDateTimeControl 
   Inherits SmartEditBoxButton
   Implements BCGSoft.Controls.Shared.ICommandObjectBCGSoft.Shared.ISupportCmdUI 
'Usage
 
Dim instance As ToolbarDateTimeControl
public __gc class ToolbarDateTimeControl : public SmartEditBoxButton, BCGSoft.Controls.Shared.ICommandObjectBCGSoft.Shared.ISupportCmdUI  
public ref class ToolbarDateTimeControl : public SmartEditBoxButton, BCGSoft.Controls.Shared.ICommandObjectBCGSoft.Shared.ISupportCmdUI  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         BCGSoft.Controls.Shared.CommandObject
            BCGSoft.Controls.Shared.CommandButton
               BCGSoft.ControlBars.ToolbarButton
                  BCGSoft.ControlBars.ToolbarMenuButton
                     BCGSoft.ControlBars.ToolbarBaseControlButton
                        BCGSoft.ControlBars.ToolbarFocusableButton
                           BCGSoft.ControlBars.SmartEditBoxButton
                              BCGSoft.ControlBars.ToolbarDateTimeControl

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 Members
BCGSoft.ControlBars Namespace

Send Feedback