Click or drag to resize

IMcGraphOverlayVisible Property

Read/write property indicating whether this overlay is visible or not.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Property Visible As Boolean
	Get
	Set

Property Value

Type: Boolean
Remarks
Setting this property to false sets the McViews.Client to Nothing, which makes the overlay invisible and prevents any user interaction. This is sometimes useful to avoid window redisplay while creating a large number of objects. It is also used when assigning to the IMcFeatures.DisplayOverlays.MasterGraphOverlay to make only one overlay in the DisplayOverlays collection visible. When a new McGraphOverlay instance is created, Visible is initially TRUE.
See Also