[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TouchStripButton

TouchStripButton Class

Represents a tool strip button for a touch device.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class TouchStripButton : ToolStripButton, IDropTarget, IComponent, IDisposable
Public Class TouchStripButton
    Inherits ToolStripButton
    Implements IDropTarget, IComponent, IDisposable
Remarks

The touch strip button changes the default value of some properties, such as TextImageRelation, ImageAlign, TextAlign, DisplayStyle, and so on.

Constructors

Name Description
TouchStripButton()

Creates a TouchStripButton instance.

TouchStripButton(string, Image)

Creates a TouchStripButton instance.

Methods

Name Description
GetPreferredSize(Size)

Retrieves the size of a rectangular area into which a System.Windows.Forms.ToolStripButton can be fitted.