RichEditTextDocument.CanRedo Method

Definition

Determines whether one or more redo operations exist.

public:
 virtual bool CanRedo() = 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.

Implements

Applies to