ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / ValueElement Class / ValueElement Constructor / ValueElement Constructor(Style,Object)
The Style object to use.
The value to display.

In This Topic
    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 style As Style, _
       ByVal value As System.Object _
    )
    public ValueElement( 
       Style style,
       System.object value
    )

    Parameters

    style
    The Style object to use.
    value
    The value to display.
    See Also