Click or drag to resize

IMcGraphOverlay2ClipboardDataAvailable Property

A read-only boolean value indicating whether the clipboard contains overlay compatible data.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property ClipboardDataAvailable ( 
	Optional ClipFormatName As String = ""
) As Boolean
	Get

Parameters

ClipFormatName (Optional)
Type: SystemString
Optional name for the clipboard format to use. By default this name will be the ClipboardName property.

Property Value

Type: Boolean

Implements

IMcGraphOverlayClipboardDataAvailableString
Remarks
The only clipboard data compatible with a given overlay is the data copied from this overlay or from another one sharing the same name.
See Also