Click or drag to resize

IMcGraphOverlayExDisplayName Property

A displayable name for the overlay.

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

Property Value

Type: String
Remarks
If the DisplayName has not been assigned, then the Name property is exposed unless the mcGraphOverlayCommandFlags.mcgovlcfNoDefaultNames flag is set in the IMcGraphOverlayEx.CommmandFlags property.
See Also