GrapeCity MultiRow Windows Forms Documentation
TouchToolBarButton Constructor(IAction,String,Image)


Specifies what IAction executes when TouchToolBarButton is tapped.
Indicates the button text.
Indicates the button image.
Creates an instance of TouchToolBarButton.
Syntax
Public Function New( _
   ByVal action As IAction, _
   ByVal text As String, _
   ByVal image As Image _
)
Dim action As IAction
Dim text As String
Dim image As Image
 
Dim instance As New TouchToolBarButton(action, text, image)
public TouchToolBarButton( 
   IAction action,
   string text,
   Image image
)

Parameters

action
Specifies what IAction executes when TouchToolBarButton is tapped.
text
Indicates the button text.
image
Indicates the button image.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TouchToolBarButton Class
TouchToolBarButton Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.