[]
        
(Showing Draft Content)

C1.Framework.RepeatButtonElement.-ctor

RepeatButtonElement Constructor

RepeatButtonElement(Style, params object[])

Initializes a new RepeatButtonElement with specified style and content.

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

RepeatButtonElement(Style)

Initializes a new RepeatButtonElement with specified style.

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

The Style object to use.

RepeatButtonElement(params object[])

Initializes a new RepeatButtonElement with specified content.

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

An Array of objects to display as content.

RepeatButtonElement()

Initializes a new RepeatButtonElement.

Declaration
public RepeatButtonElement()