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