Assembly: System;
Namespace: Prognoz.Platform.Interop.ForeSystem;
The IBindingCheckBox interface contains properties that are used to determine parameters of the value editor Checkbox.
IBindingCheckBox
Property name | Brief description | |
The Align property determines the ALIGN parameter value in binding string. | ||
The AlignDefined property determines whether the ALIGN parameter is present in binding string. | ||
The Caption property determines the TEXT parameter value in binding string. | ||
The CaptionDefined property determines whether the TEXT parameter is present in binding string. | ||
The Value property determines values of the VALUE parameter in binding string. | ||
The ValueDefined property determines whether the VALUE parameter is present in 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: