Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TouchToolBarButton Class / TouchToolBarButton Constructor / TouchToolBarButton Constructor(ITouchBarAction,String,Image)
Indicates the action which is executed by click.
Indicates the button text.
Indicates the button image.


In This Topic
    TouchToolBarButton Constructor(ITouchBarAction,String,Image)
    In This Topic
    Initializes a new instance of the TouchToolBarButton class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal action As ITouchBarAction, _
       ByVal text As String, _
       ByVal image As Image _
    )
    'Usage
     
    
    Dim action As ITouchBarAction
    Dim text As String
    Dim image As Image
     
    Dim instance As New TouchToolBarButton(action, text, image)
    public TouchToolBarButton( 
       ITouchBarAction action,
       string text,
       Image image
    )

    Parameters

    action
    Indicates the action which is executed by click.
    text
    Indicates the button text.
    image
    Indicates the button image.
    See Also