IOleInPlaceSiteWindowless.SetCapture 方法

使一就地活动,无窗口的对象获取所有鼠标消息。

命名空间:  Microsoft.VisualStudio.OLE.Interop
程序集:  Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)

语法

声明
Function SetCapture ( _
    fCapture As Integer _
) As Integer
int SetCapture(
    int fCapture
)

参数

  • fCapture
    类型:System.Int32
    [in] 如果为 true,容器应获取对象的中。如果错误,容器应释放对象的鼠标捕获。

返回值

类型:System.Int32
S_OK
鼠标捕获已成功授予的对象。如果调用释放鼠标捕获,此方法不得失败。
S_FALSE
鼠标捕获被拒绝为对象。

备注

有关 COM 接口的信息,请参见 IOleInPlaceSiteWindowless::SetCapture

.NET Framework 安全性

请参见

参考

IOleInPlaceSiteWindowless 接口

Microsoft.VisualStudio.OLE.Interop 命名空间