Spread for ASP.NET 12 Product Documentation
ButtonRenderer Constructor(String,String)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Renderer Namespace > ButtonRenderer Class > ButtonRenderer Constructor : ButtonRenderer Constructor(String,String)
Action to perform when the user clicks the button
Text to display in the button cell
Creates a button renderer control with the specified action and text.
Syntax
'Declaration
 
Public Function New( _
   ByVal cmd As String, _
   ByVal text As String _
)
'Usage
 
Dim cmd As String
Dim text As String
 
Dim instance As New ButtonRenderer(cmd, text)
public ButtonRenderer( 
   string cmd,
   string text
)

Parameters

cmd
Action to perform when the user clicks the button
text
Text to display in the button cell
See Also

Reference

ButtonRenderer Class
ButtonRenderer Members
Overload List