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