IOleInPlaceSiteWindowless::GetCapture Method ()

 

Called by an in-place active, windowless object to determine if it still has the mouse capture or not.

Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

int GetCapture()

Return Value

Type: System::Int32

S_OK

The object currently has the mouse capture.

S_FALSE

The object does not currently have the mouse capture.

For information on the COM interface, see ADBE9C66-D716-4489-B705-43A5317C7646

Return to top
Show: