Spread Windows Forms 8.0 Product Documentation
TouchToolBarButton Constructor(String,Image)


Indicates the button text.
Indicates the button image.
Create an instance of TouchToolBarButton.
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 TouchToolBarButton(text, image)
public TouchToolBarButton( 
   string text,
   Image image
)

Parameters

text
Indicates the button text.
image
Indicates the button image.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

TouchToolBarButton Class
TouchToolBarButton Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.