IBindingIdentEdit

Assembly: System;

Description

The IBindingIdentEdit interface contains properties that are used to determine parameters of the Edit Box for Identifiers value editor.

Inheritance Hierarchy

          IBindingValue

          IBindingString

          IBindingIdentEdit

Properties

  Property name Brief description
AllowDot The AllowDot property determines whether the ALLOWDOT parameter is present in binding string.
AllowDotDefined The AllowDotDefined property determines whether the ALLOWDOT parameter is present in binding string.

Properties inherited from IBindingString

  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.

Properties inherited from IBindingValue

  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:

System Assembly Interfaces