IBindingCheckBox

Assembly: System;

Description

The IBindingCheckBox interface contains properties that are used to determine parameters of the value editor Checkbox.

Inheritance Hierarchy

          IBindingValue

          IBindingCheckBox

Properties

  Property name Brief description
Align The Align property determines the ALIGN parameter value in binding string.
AlignDefined The AlignDefined property determines whether the ALIGN parameter is present in binding string.
Caption The Caption property determines the TEXT parameter value in binding string.
CaptionDefined The CaptionDefined property determines whether the TEXT parameter is present in binding string.
Value The Value property determines values of the VALUE parameter in binding string.
ValueDefined The ValueDefined property determines whether the VALUE parameter is present in 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