Enabled property (SignatureButton object)
Returns or sets a value indicating whether or not the button can receive the input focus and respond to user-generated events (i.e. mouse clicks or key presses). Read/write. Boolean.
If the button has input focus when Enabled is set to False, the input focus moves to the next object in the tab order.
Syntax
object
.Enabled
[ = value
]where
object
– is the name of a SignatureButton object or an expression that evaluates to a SignatureButton object.value
– is a Boolean value that specifies whether Enabled is True or False.Remarks
- The appearance of an object that is disabled can be different than when it is enabled. When a SignatureButton object is disabled the text displayed on it will be grayed and shadowed.
- When the Enabled property for a SignatureButton object is set to False at design time, the signature button takes on its disabled appearance.
Provide Feedback