Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TouchToolBar Class
Members


In This Topic
    TouchToolBar Class
    In This Topic
    Represents the TouchToolBar which will be shown by touch operation.
    Syntax
    'Declaration
     
    
    Public Class TouchToolBar 
       Inherits System.Windows.Forms.ToolStripDropDown
    'Usage
     
    
    Dim instance As TouchToolBar
    public class TouchToolBar : System.Windows.Forms.ToolStripDropDown 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                   System.Windows.Forms.ToolStrip
                      System.Windows.Forms.ToolStripDropDown
                         GrapeCity.Win.Spread.InputMan.CellType.TouchToolBar

    See Also