Properties
- Last UpdatedJun 06, 2017
- 1 minute read
The following properties apply to the BatchButton control.
Appearance
The Appearance property specifies whether the button should be shown flat or 3-D.
AutoEnabled
The AutoEnabled property returns the current enabled state of the button. This property is Read-Only. The internal logic of the control automatically enables and disables the control.
Caption
The Caption property specifies an alternate caption text for the button. A default caption based on the selected button type is used if this property is left blank. The default caption is in English.
ForceDisable
When set to True, the ForceDisable property forces the field to be disabled. The real field state is preserved so that when the ForceIfDisable is set to False, the real condition is restored. The default is False.
AltVisible
The AltVisible property controls the button visibility. True makes the button visible, False makes it invisible. The default is True. This property should only be used by InTouch. Use the Visible property when using other containers.
BackColor
The BackColor property specifies the background color for the button.
ForeColor
The ForeColor property specifies the foreground (text) color for the button.
Font
The Font property specifies the font for the button caption.