IBindingIntegerEdit

Assembly: System;

Namespace: Prognoz.Platform.Interop.ForeSystem;

Description

The IBindingIntegerEdit interface contains properties that are used to determine parameters of the value editor Input Box of integer values.

Inheritance Hierarchy

          IBindingValue

          IBindingIntegerEdit

Properties

  Property name Brief description
The CorrectOnExit property determines value of the CORRECTONEXIT parameter in binding string.
The CorrectOnExitDefined property determines whether the CORRECTONEXIT parameter is present in binding string.
The MaxLength property determines maximum number of characters for input in editor string.
The MaxValue property determines value of the MAXVAL parameter in binding string.
The MaxValueDefined property determines whether the MAXVAL parameter is present in binding string.
The MinValue property determines value of the MINVAL parameter in binding string.
The MinValueDefined property determines whether the MINVAL parameter is present in binding string.
The Value property determines the VALUE parameter value in binding string.
The ValueDefined property determines whether the VALUE parameter is present in binding string.

Properties inherited from IBindingValue

  Property name Brief description
The AsString property determines value editor parameters as a binding string.
The Mandatory property manages the ALLOWEMPTY parameter value in a binding string.
The MandatoryDefined property determines whether the ALLOWEMPTY parameter is present in a binding string.
The ReadOnly property determines the READONLY parameter value in a binding string.
The ReadOnlyDefined property determines whether the READONLY parameter is present in a binding string.
The UI property returns type of value editor.

See also:

System Assembly Interfaces