[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Renderer.ButtonRenderer.-ctor

ButtonRenderer Constructor

ButtonRenderer()

Creates a new button cell renderer control.

Declaration
public ButtonRenderer()
Public Sub New()

ButtonRenderer(string)

Creates a button renderer control with the specified action.

Declaration
public ButtonRenderer(string cmd)
Public Sub New(cmd As String)
Parameters
Type Name Description
string cmd

Action to perform when the user clicks the button

ButtonRenderer(string, string)

Creates a button renderer control with the specified action and text.

Declaration
public ButtonRenderer(string cmd, string text)
Public Sub New(cmd As String, text As String)
Parameters
Type Name Description
string cmd

Action to perform when the user clicks the button

string text

Text to display in the button cell