[]
Represents a ToolStripButton for touch device.
public class TouchToolBarButton : ToolStripButton, IDropTarget, IComponent, IDisposable
Public Class TouchToolBarButton
Inherits ToolStripButton
Implements IDropTarget, IComponent, IDisposable
Name | Description |
---|---|
TouchToolBarButton() | Create an instance of TouchToolBarButton. |
TouchToolBarButton(ITouchBarAction, string, Image) | Initializes a new instance of the TouchToolBarButton class. |
TouchToolBarButton(string, Image) | Create an instance of TouchToolBarButton. |
Name | Description |
---|---|
Action | Gets the action which will be executed by the click. |
Enabled | Gets or sets a value indicating whether the parent control of the ToolStripItem is enabled. |
Name | Description |
---|---|
GetPreferredSize(Size) | Retrieves the size of a rectangular area into which a System.Windows.Forms.ToolStripButton can be fitted. |