Click or drag to resize

IMcGraphOverlayIsActionAvailable Method

A read-only boolean value indicating whether a specified action can be performed.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Function IsActionAvailable ( 
	ActionOfInterest As mcGraphOverlayActions
) As Boolean

Parameters

ActionOfInterest
Type: MediaCy.IQL.Display.OverlaysmcGraphOverlayActions
Indicates which action is being inquired about.

Return Value

Type: Boolean
True if the action is available, False otherwise.
Remarks
This routine is most useful for deciding whether to gray menu items. It is not illegal to perform any of the tested actions even if they do nothing.
See Also