IWinDateTimePicker Properties |
The IWinDateTimePicker type exposes the following members.
Name | Description | |
---|---|---|
Children |
Gets the collection of child objects.
(Inherited from IObjectTreeNode.) | |
Enabled |
Specifies whether the object is enabled or disabled.
(Inherited from IControl.) | |
Height |
The object's height in pixels.
(Inherited from IControl.) | |
Parent |
The parent object.
(Inherited from IObjectTreeNode.) | |
ScreenLeft |
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.) | |
ScreenTop |
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.) | |
Visible |
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.) | |
VisibleOnScreen |
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.) | |
wChecked |
Specifies the value of the control's check box.
| |
wDate |
IsDateFormat must be true. Specifies the date selected in the date and time picker control.
| |
Width |
The object's width in pixels.
(Inherited from IControl.) | |
wIsDateFormat |
Returns true if the date and time picker control shows dates, else false.
| |
wMaxDate |
IsDateFormat must be true. Returns the last date the date and time picker control can show.
| |
wMinDate |
IsDateFormat must be true. Returns the first date the date and time picker control can show.
| |
wShowCheckbox |
Returns true if the control's check box is visible.
| |
wTime |
Specifies the time selected in the date and time picker control.
|