[]
Creates a new element with buttons with default values.
public ElementWithButtons()
Public Sub New()
Creates a new element with buttons by copying a specified object.
public ElementWithButtons(object cloneFrom)
Public Sub New(cloneFrom As Object)
Type | Name | Description |
---|---|---|
object | cloneFrom | Object from which to make a copy |