pp108 : isEnabled()

isEnabled()


It retrieves the value that denotes whether a control is enabled or not.

Syntax

Script controlID.isEnabled()


Return Value

bValue

Returns a boolean value.

  • True: Denotes that the control is enabled.
  • False: Denotes that the control is disabled.


Applies to


All controls except the Frame control.