Properties
- Last UpdatedNov 03, 2021
- 1 minute read
The following properties apply to the BatchField control.
AutoEnabled
The AutoEnabled property returns the current enabled state of the control. This state is read only at run time. The internal logic of the control enables and disables the BatchField control automatically.
Editable
The Editable property sets or returns a value indicating if the user may write to the control.
Label
The Label property specifies the text label for check box BatchField controls.
Static
When the Static property is set to true, the BatchField appears as a label (no surrounding box).
ForceDisable
When the ForceDisable property is set to True, the field is disabled. The real field state is preserved so that when the Force Disable is set to False the real condition is restored. The default is False.
ValueText
The ValueText property sets or returns the current text value of the control.
BackColor
The BackColor property sets or returns the background color of the control.
ForeColor
The ForeColor property sets or returns the foreground (text) color of the control.
Font
The Font property sets or returns the font used by the control. It is Read-Only at run time. The property influences the size of the control.