InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / ContentElement Class / GetValue Method

In This Topic
    GetValue Method (ContentElement)
    In This Topic
    Gets the value represented by this ContentElement.
    Syntax
    'Declaration
     
    Public MustOverride Function GetValue() As Object
    public abstract 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