InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win Namespace / IEmbeddedEditor Interface / GetValue Method

In This Topic
    GetValue Method (IEmbeddedEditor)
    In This Topic
    Gets the current value of the editor.
    Syntax
    'Declaration
     
    Function GetValue() As Object
    object GetValue()

    Return Value

    The current value of the editor (any data type).
    See Also