'Declaration Sub setCapture( _ ByVal containerCapture As System.Boolean _ )
void setCapture( System.bool containerCapture )
Parameters
- containerCapture
setCapture
method of IHTMLElement2
interface.
'Declaration Sub setCapture( _ ByVal containerCapture As System.Boolean _ )
void setCapture( System.bool containerCapture )
An original IDL definition of setCapture
method was the following: HRESULT setCapture ([optional, defaultvalue(-1)] VARIANT_BOOL containerCapture)
;