IsEnabled - cCJSelectAllMenuItem
Returns true if a text Select all 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 Select all is allowed. This is determined by calling CanPaste.
This ensures that the object is enabled or disabled as needed.
Return Value
Returns true if select all is allowed, false if not.