Spread Windows Forms 12.0 Product Documentation
Action Property (TouchToolBarButton)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > TouchToolBarButton Class : Action Property
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
public ITouchBarAction Action {get;}

Property Value

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

Reference

TouchToolBarButton Class
TouchToolBarButton Members