Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / ButtonRenderer Class / ButtonRenderer Constructor / ButtonRenderer Constructor(String,String)
The action to perform when the user clicks the button
The text to display in the button cell


In This Topic
    ButtonRenderer Constructor(String,String)
    In This Topic
    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
    The action to perform when the user clicks the button
    text
    The text to display in the button cell
    Remarks
    Initializes an instance of the ButtonRenderer class, with the specified action and text.
    See Also