Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ITouchBarAction Interface / CanExecute Method
The target System.Object to execute this action.


In This Topic
    CanExecute Method (ITouchBarAction)
    In This Topic
    Defines the method that determines whether the action can execute in its current state.
    Syntax
    'Declaration
     
    
    Function CanExecute( _
       ByVal target As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As ITouchBarAction
    Dim target As Object
    Dim value As Boolean
     
    value = instance.CanExecute(target)
    bool CanExecute( 
       object target
    )

    Parameters

    target
    The target System.Object to execute this action.

    Return Value

    true if this action can be executed; otherwise, false.
    See Also