Skip to content

IsEnabled - cCJUndoMenuItem

IsEnabled returns true if a text Undo 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 Undo is allowed. This is determined by calling CanUndo.

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

Return Value

Returns true if undo allowed, false if not.