[]
        
(Showing Draft Content)

C1.Framework.RadioButtonElement.-ctor

RadioButtonElement Constructor

RadioButtonElement(Style, params object[])

Initializes a new RadioButtonElement with specified style and content.

Declaration
public RadioButtonElement(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.

RadioButtonElement(Style)

Initializes a new RadioButtonElement with specified style.

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

The Style object to use.

RadioButtonElement(params object[])

Initializes a new RadioButtonElement with specified content.

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

An Array of objects to display as content.

RadioButtonElement()

Initializes a new RadioButtonElement.

Declaration
public RadioButtonElement()