Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowTouchStrip Class
Members


In This Topic
    RowTouchStrip Class
    In This Topic
    Represents a special SpreadTouchStrip that is displayed in the row area.
    Syntax
    'Declaration
     
    
    Public Class RowTouchStrip 
       Inherits SpreadTouchStrip
    'Usage
     
    
    Dim instance As RowTouchStrip
    public class RowTouchStrip : 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.RowTouchStrip

    See Also