[]
        
(Showing Draft Content)

C1.Framework.ButtonElement.-ctor

ButtonElement Constructor

ButtonElement(Style, params object[])

Initializes a new ButtonElement with specified style and content.

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

ButtonElement(Style)

Initializes a new ButtonElement with specified style.

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

The Style object to use.

ButtonElement(params object[])

Initializes a new ButtonElement with specified content.

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

An Array of objects to display as content.

ButtonElement()

Initializes a new ButtonElement.

Declaration
public ButtonElement()