Spread Windows Forms 12.0 Product Documentation
OnItemClicked Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > TouchToolBar Class : OnItemClicked Method
A System.Windows.Forms.ToolStripItemClickedEventArgs that contains the event data.
Raises the System.Windows.Forms.ToolStrip.ItemClicked event.
Syntax
'Declaration
 
Protected Overrides Sub OnItemClicked( _
   ByVal e As ToolStripItemClickedEventArgs _
) 
'Usage
 
Dim instance As TouchToolBar
Dim e As ToolStripItemClickedEventArgs
 
instance.OnItemClicked(e)
protected override void OnItemClicked( 
   ToolStripItemClickedEventArgs e
)

Parameters

e
A System.Windows.Forms.ToolStripItemClickedEventArgs that contains the event data.
See Also

Reference

TouchToolBar Class
TouchToolBar Members