[]
Initializes a new MnemonicButtonElement with specified style and content.
public MnemonicButtonElement(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 MnemonicButtonElement with specified style.
public MnemonicButtonElement(Style style)
Type | Name | Description |
---|---|---|
Style | style | The Style object to use. |
Initializes a new MnemonicButtonElement with specified content.
public MnemonicButtonElement(params object[] content)
Type | Name | Description |
---|---|---|
object[] | content | An Array of objects to display as content. |
Initializes a new MnemonicButtonElement.
public MnemonicButtonElement()