[]
        
(Showing Draft Content)

C1.Framework.MnemonicRadioButtonElement.-ctor

MnemonicRadioButtonElement Constructor

MnemonicRadioButtonElement(Style, params object[])

Initializes a new MnemonicRadioButtonElement with specified style and content.

Declaration
public MnemonicRadioButtonElement(Style style, params object[] content)
Parameters
Type Name Description
Style style

The Style object to use.

object[] content

An Array of objects to display as content.

MnemonicRadioButtonElement(Style)

Initializes a new MnemonicRadioButtonElement with specified style.

Declaration
public MnemonicRadioButtonElement(Style style)
Parameters
Type Name Description
Style style

The Style object to use.

MnemonicRadioButtonElement(params object[])

Initializes a new MnemonicRadioButtonElement with specified content.

Declaration
public MnemonicRadioButtonElement(params object[] content)
Parameters
Type Name Description
object[] content

An Array of objects to display as content.

MnemonicRadioButtonElement()

Initializes a new MnemonicRadioButtonElement.

Declaration
public MnemonicRadioButtonElement()