Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ITouchBarAction Interface / Execute Method
The target System.Object to execute this action.


In This Topic
Execute Method (ITouchBarAction)
In This Topic
Executes the specified object.
Syntax
'Declaration
 
Sub Execute( _
   ByVal target As Object _
) 
 
'Usage
 
Dim instance As ITouchBarAction
Dim target As Object
 
instance.Execute(target)

Parameters

target
The target System.Object to execute this action.
See Also