[]
Initializes a new instance of the RenderInputButton class.
public RenderInputButton()
Public Sub New()
Initializes a new instance of the RenderInputButton class, assigning the button text.
public RenderInputButton(string text)
Public Sub New(text As String)
| Type | Name | Description |
|---|---|---|
| string | text | A string to assign to the Text property. |