Assembly: System;
The IBindingIntegerEdit interface contains properties that are used to determine parameters of the value editor Input Box of integer values.
IBindingIntegerEdit
Property name | Brief description | |
CorrectOnExit | The CorrectOnExit property determines value of the CORRECTONEXIT parameter in binding string. | |
CorrectOnExitDefined | The CorrectOnExitDefined property determines whether the CORRECTONEXIT parameter is present in binding string. | |
MaxLength | The MaxLength property determines the maximum number of characters for input in editor 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. | |
Value | The Value property determines the VALUE parameter value in binding string. | |
ValueDefined | The ValueDefined property determines whether the VALUE parameter is present in binding string. |
Property name | Brief description | |
AsString | The AsString property determines value editor parameters as a binding string. | |
Mandatory | The Mandatory property manages the ALLOWEMPTY parameter value in a binding string. | |
MandatoryDefined | The MandatoryDefined property determines whether the ALLOWEMPTY parameter is present in a binding string. | |
ReadOnly | The ReadOnly property determines the READONLY parameter value in a binding string. | |
ReadOnlyDefined | The ReadOnlyDefined property determines whether the READONLY parameter is present in a binding string. | |
UI | The UI property returns type of value editor. |
See also: