Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLDocument3 Interface / recalc Method

In This Topic
    recalc Method
    In This Topic

    recalc method of IHTMLDocument3 interface.

    Syntax
    'Declaration
     
    Sub recalc( _
       ByVal fForce As System.Boolean _
    ) 
    void recalc( 
       System.bool fForce
    )

    Parameters

    fForce
    Remarks

    An original IDL definition of recalc method was the following: HRESULT recalc ([optional, defaultvalue(0)] VARIANT_BOOL fForce);

    See Also