Click or drag to resize

IMcGraphOverlay2ClipboardName Property

A read-only property giving the default ClipFormatName used by EditCopy/Cut/Paste.

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 ClipboardName As String
	Get

Property Value

Type: String

Implements

IMcGraphOverlayClipboardName
Remarks
This user defined name is useful to distinguish overlays from each other. If the name has not been assigned, and the interface has a backing McObject, then the name of that object will be returned as the Name property of the backing McObject.
See Also