Click or drag to resize

IMcGraphOverlayEditCut Method

Cut the current selection and put it in the clipboard. 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
Sub EditCut ( 
	Optional ClipFormatName As String = ""
)

Parameters

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