Gets whether paste action can be executed or not.

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

Syntax

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

Property Value

Type: Boolean

Implements

IUserInterface..::..CanPaste

See Also