Click or drag to resize

IWinDateTimePicker Properties

The IWinDateTimePicker type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the collection of child objects.
(Inherited from IObjectTreeNode.)
Public propertyEnabled
Specifies whether the object is enabled or disabled.
(Inherited from IControl.)
Public propertyHeight
The object's height in pixels.
(Inherited from IControl.)
Public propertyParent
The parent object.
(Inherited from IObjectTreeNode.)
Public propertyScreenLeft
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.)
Public propertyScreenTop
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.)
Public propertyVisible
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.)
Public propertyVisibleOnScreen
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.)
Public propertywChecked
Specifies the value of the control's check box.
Public propertywDate
IsDateFormat must be true. Specifies the date selected in the date and time picker control.
Public propertyWidth
The object's width in pixels.
(Inherited from IControl.)
Public propertywIsDateFormat
Returns true if the date and time picker control shows dates, else false.
Public propertywMaxDate
IsDateFormat must be true. Returns the last date the date and time picker control can show.
Public propertywMinDate
IsDateFormat must be true. Returns the first date the date and time picker control can show.
Public propertywShowCheckbox
Returns true if the control's check box is visible.
Public propertywTime
Specifies the time selected in the date and time picker control.
Top
See Also