InputPanel for WinForms | ComponentOne
C1.Win.8 Assembly / C1.Framework Namespace / ValueElement Class / ValueElement Constructor / ValueElement Constructor(Object)
The value to display.

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

    Parameters

    value
    The value to display.
    See Also