ButtonElement Constructor(Object)
Creates a button element object by copying another.
public ButtonElement(
object
)
'Declaration
Public Function New( _
ByVal As Object _
)
'Usage
Dim cloneFrom As Object
Dim instance As New ButtonElement(cloneFrom)
Parameters
- cloneFrom
- Object from which to make a copy