ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1ColorPicker Class / TextToValue Method

In This Topic
    TextToValue Method (C1ColorPicker)
    In This Topic
    Should be overridden in deviced class and convert string to value.
    Syntax
    'Declaration
     
    
    Protected Overrides Function TextToValue( _
       ByRef e As C1BasePicker.TextToValueArgs _
    ) As Boolean
    protected override bool TextToValue( 
       ref C1BasePicker.TextToValueArgs e
    )

    Parameters

    e
    See Also