ITextDocument.CanRedo Method

Definition

Determines whether one or more redo operations exist.

public:
 bool CanRedo();
bool CanRedo();
public bool CanRedo();
function canRedo()
Public Function CanRedo () As Boolean

Returns

Boolean

bool

True if one or more redo operations exist; otherwise false.

Applies to

See also