isSelected

Returns a selected state value the control.

Signatures

  •   ParamateControls.<ControlName>.isSelected()

Details

Abstract function that must be implemented when creating a custom control. The function is used internally to check, whether a control is in selected state or not.

Return value

'true' if the control is in the selected state, 'false' otherwise.