Themes for WinForms | ComponentOne
C1.Win.C1Themes.Extended.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemePicker Class / ParseContent(Object,ErrorInfo) Method

In This Topic
    ParseContent(Object,ErrorInfo) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function ParseContent( _
       ByRef parsedValue As System.Object, _
       ByVal errorInfo As C1.Win.C1Input.ErrorInfo _
    ) As C1.Win.C1Input.ErrorReasonEnum
    public C1.Win.C1Input.ErrorReasonEnum ParseContent( 
       out System.object parsedValue,
       C1.Win.C1Input.ErrorInfo errorInfo
    )

    Parameters

    parsedValue
    errorInfo
    See Also