[]
Represents a tool strip button for a touch device.
public class TouchStripButton : ToolStripButton, IDropTarget, IComponent, IDisposable
Public Class TouchStripButton
Inherits ToolStripButton
Implements IDropTarget, IComponent, IDisposable
The touch strip button changes the default value of some properties, such as TextImageRelation, ImageAlign, TextAlign, DisplayStyle, and so on.
| Name | Description |
|---|---|
| TouchStripButton() | Creates a TouchStripButton instance. |
| TouchStripButton(string, Image) | Creates a TouchStripButton instance. |
| Name | Description |
|---|---|
| GetPreferredSize(Size) | Retrieves the size of a rectangular area into which a System.Windows.Forms.ToolStripButton can be fitted. |