| 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
SyntaxFunction IsActionAvailable ( 
	ActionOfInterest As mcGraphOverlayActions
) As Boolean
Parameters
- ActionOfInterest
- Type: MediaCy.IQL.Display.OverlaysmcGraphOverlayActions
 Indicates which action is being inquired about.
Return Value
Type: 
BooleanTrue if the action is available, False otherwise.
 Remarks
RemarksThis 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
See Also