Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / XHTMLItemBase Class / CheckMinValue Method

In This Topic
    CheckMinValue Method
    In This Topic
    For internal use only.
    Syntax
    'Declaration
     
    Protected Sub CheckMinValue( _
       ByRef value As System.Integer, _
       ByVal minValue As System.Integer _
    ) 
    protected void CheckMinValue( 
       ref System.int value,
       System.int minValue
    )

    Parameters

    value
    minValue
    See Also