Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellTouchStrip Class
Members


In This Topic
    CellTouchStrip Class
    In This Topic
    Represent a special SpreadTouchStrip that pops up in the cell area.
    Syntax
    'Declaration
     
    
    Public Class CellTouchStrip 
       Inherits SpreadTouchStrip
    'Usage
     
    
    Dim instance As CellTouchStrip
    public class CellTouchStrip : SpreadTouchStrip 
    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
                         FarPoint.Win.Spread.SpreadTouchStrip
                            FarPoint.Win.Spread.CellTouchStrip

    See Also