Input for WinForms | ComponentOne
C1.Framework Namespace / ValueElement Class / GetValue Method

In This Topic
    GetValue Method (ValueElement)
    In This Topic
    Gets the value represented by this ContentElement.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetValue() As Object
    public override object GetValue()

    Return Value

    Object to be rendered as this element's content.
    Remarks
    The value is an object that the Style class can measure and render, usually a string, an System.Drawing.Image, or an System.IFormattable object.
    See Also