IOleInPlaceSiteWindowless.GetCapture Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by an in-place active, windowless object to determine if it still has the mouse capture or not.
public:
int GetCapture();
public:
int GetCapture();
int GetCapture();
public int GetCapture ();
abstract member GetCapture : unit -> int
Public Function GetCapture () As Integer
Returns
S_OK The object currently has the mouse capture. S_FALSE The object does not currently have the mouse capture.
Remarks
For information on the COM interface, see IOleInPlaceSiteWindowless::GetCapture