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