[]
Initializes a new ButtonElement with specified style and content.
public ButtonElement(Style style, params object[] content)
| Type | Name | Description |
|---|---|---|
| Style | style | The Style object to use. |
| object[] | content | An Array of objects to display as content. |
Initializes a new ButtonElement with specified style.
public ButtonElement(Style style)
| Type | Name | Description |
|---|---|---|
| Style | style | The Style object to use. |
Initializes a new ButtonElement with specified content.
public ButtonElement(params object[] content)
| Type | Name | Description |
|---|---|---|
| object[] | content | An Array of objects to display as content. |
Initializes a new ButtonElement.
public ButtonElement()