[]
Creates a button element object.
public ButtonElement()
Public Sub New()
Creates a button element object by copying another.
public ButtonElement(object cloneFrom)
Public Sub New(cloneFrom As Object)
Type | Name | Description |
---|---|---|
object | cloneFrom | Object from which to make a copy |