GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TouchToolBarButton Class / Action Property


In This Topic
Action Property (TouchToolBarButton)
In This Topic
Gets the action which will be executed by the click.
Syntax
'Declaration
 
Public ReadOnly Property Action As ITouchBarAction
 
'Usage
 
Dim instance As TouchToolBarButton
Dim value As ITouchBarAction
 
value = instance.Action

Property Value

The ITouchBarAction which will be executed by the click.
See Also