 | IServicesCopyActiveItemToClipboard 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
Syntaxbool CopyActiveItemToClipboard(
ClipActiveItem flag = ClipActiveItem.ValuesOnly
)
Function CopyActiveItemToClipboard (
Optional flag As ClipActiveItem = ClipActiveItem.ValuesOnly
) As Boolean
Parameters
- flag (Optional)
- Type: Vovin.CmcLibNet.ServicesClipActiveItem
Formatting options for columns.
Return Value
Type:
Booleantrue if data was copied to clipboard.
See Also