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

In This Topic
    SuspendNumericInput Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SuspendNumericInput( _
       ByVal suspend As System.Boolean, _
       ByVal updateValue As System.Boolean _
    ) 
    public void SuspendNumericInput( 
       System.bool suspend,
       System.bool updateValue
    )

    Parameters

    suspend
    updateValue
    See Also