Themes for WinForms | ComponentOne
C1.Win.C1Themes.Extended.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemePicker Class / GoToField Method

In This Topic
    GoToField Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Function GoToField( _
       ByVal field As C1.Win.C1Input.DateTimeField, _
       ByVal updateText As System.Boolean _
    ) As System.Boolean
    protected System.bool GoToField( 
       C1.Win.C1Input.DateTimeField field,
       System.bool updateText
    )

    Parameters

    field
    updateText
    See Also