Attachmate Reflection 2011 VBA Help Send comments on this topic.
_SmartDatePicker Interface
See Also  Members  
Attachmate.Reflection.Objects Library (User Interface) : _SmartDatePicker Interface
The DateChooserDecoration object displays a calendar widget for fields that require a date to be input. The user will be presented with a calendar image and the selected value is translated into a date in the specified format (YYYYMMDD, MMDDYYYY, etc.).

Syntax

 
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("32C851A7-479B-4440-8BDC-8D56BC4E617F")>
<System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>
Public Interface _SmartDatePicker 
   Inherits _SmartControl 

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also