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

In This Topic
    collapse Method
    In This Topic

    collapse method of IHTMLTxtRange interface.

    Syntax
    'Declaration
     
    Sub collapse( _
       ByVal Start As System.Boolean _
    ) 
    void collapse( 
       System.bool Start
    )

    Parameters

    Start
    Remarks

    An original IDL definition of collapse method was the following: HRESULT collapse ([optional, defaultvalue(-1)] VARIANT_BOOL Start);

    See Also