[]
Creates a new button cell renderer control.
public ButtonRenderer()
Public Sub New()
Creates a button renderer control with the specified action.
public ButtonRenderer(string cmd)
Public Sub New(cmd As String)
Type | Name | Description |
---|---|---|
string | cmd | Action to perform when the user clicks the button |
Creates a button renderer control with the specified action and text.
public ButtonRenderer(string cmd, string text)
Public Sub New(cmd As String, text As String)
Type | Name | Description |
---|---|---|
string | cmd | Action to perform when the user clicks the button |
string | text | Text to display in the button cell |