COleControlSite::SetWindowPos

设置控制站点的大小、位置和Z顺序。

virtual BOOL SetWindowPos(
   const CWnd* pWndInsertAfter,
   int x,
   int y,
   int cx,
   int cy,
   UINT nFlags 
);

参数

  • pWndInsertAfter
    指针到窗口。

  • x
    窗口的左侧的新位置。

  • y
    窗口顶部的新位置。

  • cx
    窗口的新宽度

  • cy
    窗口的新高度。

  • nFlags
    指定窗口的大小调整和定位标志。 有关可能的值,请在 Windows SDK的 SetWindowPos 请参见"备注"节。

返回值

非零,如果成功,否则零。

要求

Header: afxocc.h

请参见

参考

COleControlSite选件类

层次结构图