[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.TouchToolBarButton.-ctor

TouchToolBarButton Constructor

TouchToolBarButton()

Create an instance of TouchToolBarButton.

Declaration
public TouchToolBarButton()
Public Sub New()

TouchToolBarButton(string, Image)

Create an instance of TouchToolBarButton.

Declaration
public TouchToolBarButton(string text, Image image)
Public Sub New(text As String, image As Image)
Parameters
Type Name Description
string text

Indicates the button text.

Image image

Indicates the button image.

TouchToolBarButton(ITouchBarAction, string, Image)

Initializes a new instance of the TouchToolBarButton class.

Declaration
public TouchToolBarButton(ITouchBarAction action, string text, Image image)
Public Sub New(action As ITouchBarAction, text As String, image As Image)
Parameters
Type Name Description
ITouchBarAction action

Indicates the action which is executed by click.

string text

Indicates the button text.

Image image

Indicates the button image.