IOleInPlaceSiteWindowless.GetCapture 方法

定义

由就地活动的无窗口对象调用,以确定它是否仍具有鼠标捕获。

public:
 int GetCapture();
public:
 int GetCapture();
int GetCapture();
public int GetCapture ();
abstract member GetCapture : unit -> int
Public Function GetCapture () As Integer

返回

Int32

S_OK 对象当前具有鼠标捕获。 S_FALSE 对象当前没有鼠标捕获。

注解

有关 COM 接口的信息,请参阅 IOleInPlaceSiteWindowless:: GetCapture

适用于