ValueElement Constructor(Object)
In This Topic
Initializes a new instance of the
ValueElement class with the specified value.
Syntax
'Declaration
Public Function New( _
ByVal As Object _
)
public ValueElement(
object
)
Parameters
- value
- The value to display.
See Also