'Usage
Dim instance As ITouchBarAction Dim target As Object Dim value As Boolean value = instance.CanExecute(target)
Parameters
- target
- The target System.Object to execute this action.
Return Value
true if this action can be executed; otherwise, false.