Click or drag to resize

ServicesCopyActiveItemToClipboard Method

Copies the values of the active item to clipboard. If no view is active, or the viewtype cannot be queried (like Document, Report Viewer), nothing happens.

Namespace:  Vovin.CmcLibNet.Services
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public bool CopyActiveItemToClipboard(
	ClipActiveItem flag = ClipActiveItem.ValuesOnly
)

Parameters

flag (Optional)
Type: Vovin.CmcLibNet.ServicesClipActiveItem
Formatting options for columns.

Return Value

Type: Boolean
true if data was copied to clipboard.

Implements

IServicesCopyActiveItemToClipboard(ClipActiveItem)
See Also