Assembly: System;
Namespace: Prognoz.Platform.Interop.ForeSystem;
The IBindingMaskEdit interface contains properties that are used to determine parameters of the value editor - Input Boxes of string values by mask.
IBindingMaskEdit
| Property name | Brief description | |
| The AutoSelect property determines the AUTOSELECT parameter value in binding string. | ||
| The AutoSelectDefined property determines whether the AUTOSELECT parameter is present in binding string. | ||
| The InputTemplate property determines the INPUTTEMPLATE parameter value in binding string. | ||
| The InputTemplateDefined property determines whether the INPUTTEMPLATE parameter is present in binding string. | ||
| The Mask property determines the MASK parameter value in binding string. | ||
| The MaskDefined property determines whether the MASK parameter is present in binding string. | ||
| The ValidChars property determines the VALIDCHARS parameter value in binding string. | ||
| The ValidCharsDefined property determines whether the VALIDCHARS parameter is present in binding string. |
| 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. |
| 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: