Skip to content

IsEnabled - cCJCopyMenuItem

Returns true if a text copy is allowed

Type: Function
Return Data Type: Boolean

Syntax

Function IsEnabled Returns Boolean

Call Example

Get IsEnabled to BooleanVariable

Description

IsEnabled returns true if a text copy is allowed. This is determined by calling CanCopy.

This ensures that the object is enabled or disabled as needed.

Return Value

Returns true if copy is allowed, false if not.