Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputButtonBase Class / GetValue Method

In This Topic
    GetValue Method (RenderInputButtonBase)
    In This Topic
    Gets the input value.
    Syntax
    'Declaration
     
    Protected MustOverride Function GetValue() As Object
    protected abstract object GetValue()

    Return Value

    The input value.
    See Also