Click or drag to resize

IMcDisplayIsActionAvailable Method

Determines if a specified action can be performed.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Function IsActionAvailable ( 
	WhatAction As mcWhatAction
) As Boolean

Parameters

WhatAction
Type: MediaCy.IQL.Display.ViewermcWhatAction
The action to be tested.

Return Value

Type: Boolean
TRUE if the specified action is available.
See Also