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

In This Topic
    setCapture Method
    In This Topic

    setCapture method of IHTMLElement2 interface.

    Syntax
    'Declaration
     
    Sub setCapture( _
       ByVal containerCapture As System.Boolean _
    ) 
    void setCapture( 
       System.bool containerCapture
    )

    Parameters

    containerCapture
    Remarks

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

    See Also