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


The action to perform when the user clicks the button
Creates a button renderer control with the specified action.
Syntax
'Declaration
 
Public Function New( _
   ByVal cmd As String _
)
'Usage
 
Dim cmd As String
 
Dim instance As New ButtonRenderer(cmd)
public ButtonRenderer( 
   string cmd
)

Parameters

cmd
The action to perform when the user clicks the button
Remarks
Initializes an instance of the ButtonRenderer class, with the specified action.
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ButtonRenderer Class
ButtonRenderer Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.