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


In This Topic
    TouchStripButton Class
    In This Topic
    Represents a tool strip button for a touch device.
    Syntax
    'Declaration
     
    
    Public Class TouchStripButton 
       Inherits System.Windows.Forms.ToolStripButton
    'Usage
     
    
    Dim instance As TouchStripButton
    public class TouchStripButton : System.Windows.Forms.ToolStripButton 
    Remarks
    The touch strip button changes the default value of some properties, such as TextImageRelation, ImageAlign, TextAlign, DisplayStyle, and so on.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.ToolStripItem
                System.Windows.Forms.ToolStripButton
                   FarPoint.Win.Spread.TouchStripButton

    See Also