RegionHolderTPaste Method

Paste content of the current RegionBase or its part to the Clipboard.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public override bool Paste(
	IClipboardManager clipboard
)

Parameters

clipboard  IClipboardManager
Clipboard to paste content to.

Return Value

Boolean
Always returns if not overriden.

See Also