Gets whether an available REDO action exists or not.

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public bool CanRedo { get; }
Visual Basic
Public ReadOnly Property CanRedo As Boolean
	Get

Property Value

Type: Boolean

Implements

IUserInterface..::..CanRedo

See Also