IBindingDateTimePicker

Assembly: System;

Description

The IBindingDateTimePicker interface contains properties that are used to determine parameters of the value editor Date/Time editor.

Inheritance Hierarchy

          IBindingValue

          IBindingDateTimePicker

Comments

This interface enables the user to set up parameters of three editors:

For date editor, the Time and TimeDefined properties should be set to False, and for time editor, on the contrary, True. The rest of the properties are supported by all editors.

Properties

  Property name Brief description
CheckBox The CheckBox property determines the CHECKBOX parameter value in binding string.
CheckBoxDefined The CheckBoxDefined property determines whether the CHECKBOX parameter is present in binding string.
CheckBoxFocus The CheckBoxFocus property determines the SET_FOCUS_ON_CHECK_BOX parameter value in binding string.
CheckBoxFocusDefined The CheckBoxFocusDefined property determines whether the SET_FOCUS_ON_CHECK_BOX parameter is present in binding string.
DropCalendar The DropCalendar property determines value of the DROPCALENDAR parameter in binding string.
DropCalendarDefined The DropCalendarDefined property determines whether the DROPCALENDAR parameter is present in binding string.
MaxValue The MaxValue property determines value of the MAXVAL parameter in binding string.
MaxValueDefined The MaxValueDefined property determines whether the MAXVAL parameter is present in binding string.
MinValue The MinValue property determines value of the MINVAL parameter in binding string.
MinValueDefined The MinValueDefined property determines whether the MINVAL parameter is present in binding string.
Spin The Spin property determines the SPIN parameter value in binding string.
SpinDefined The SpinDefined property determines whether the SPIN parameter is present in binding string.
Time The Time property determines value of the SHOWTIME parameter in binding string.
TimeDefined The TimeDefined property determines whether the SHOWTIME parameter is present in binding string.
Value The Value property determines values of the VALUE parameter in binding string.
ValueDefined The ValueDefined property determines whether the VALUE parameter is present in binding string.

Properties inherited from IBindingValue

  Property name Brief description
The MaxLength property determines value of the MAXLENGTH parameter in a binding string.
The MaxLengthDefined property determines whether the MAXLENGTH parameter is present in a binding string.
The Value property determines the VALUE parameter value in a binding string.
The ValueDefined property determines whether the VALUE parameter is present in a binding string.

See also:

System Assembly Interfaces