[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.TouchToolBarButton

TouchToolBarButton Class

Represents a ToolStripButton for touch device.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public class TouchToolBarButton : ToolStripButton, IDropTarget, IComponent, IDisposable
Public Class TouchToolBarButton
    Inherits ToolStripButton
    Implements IDropTarget, IComponent, IDisposable

Constructors

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.

Properties

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.

Methods

Name Description
GetPreferredSize(Size)

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