Click or drag to resize

IMcGraphOverlay2EditOverlayProperties Method

When implemented will bring up a dialog allowing the user to edit overlay-related properties.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Sub EditOverlayProperties ( 
	Optional Page As Integer = -1,
	Optional Title As String = "",
	Optional PositionLeft As Integer = -1,
	Optional PositionTop As Integer = -1
)

Parameters

Page (Optional)
Type: SystemInt32
If given, the zero-based dialog page index to display. If not given or negative, the most recently displayed page used.
Title (Optional)
Type: SystemString
If given, the property dialog title. If not given or an empty string, the most recent title is used.
PositionLeft (Optional)
Type: SystemInt32
PositionTop (Optional)
Type: SystemInt32
Remarks
This dialog is not yet implemented
See Also