FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TouchStripButton Class
Members


TouchStripButton Class
Represents a tool strip button for a touch device.
Syntax
'Declaration
 
Public Class TouchStripButton 
   Inherits System.Windows.Forms.ToolStripButton
 
'Usage
 
Dim instance As TouchStripButton
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