Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TouchStripButton Class / TouchStripButton Constructor / TouchStripButton Constructor(String,Image)
Indicates the button text.
Indicates the button image.


In This Topic
    TouchStripButton Constructor(String,Image)
    In This Topic
    Creates a TouchStripButton instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As String, _
       ByVal image As Image _
    )
    'Usage
     
    
    Dim text As String
    Dim image As Image
     
    Dim instance As New TouchStripButton(text, image)
    public TouchStripButton( 
       string text,
       Image image
    )

    Parameters

    text
    Indicates the button text.
    image
    Indicates the button image.
    See Also