CComControlBase::m_spInPlaceSite
为容器的 IOleInPlaceSite、 IOleInPlaceSiteEx或 IOleInPlaceSiteWindowless 接口的指针的指针。
CComPtr<IOleInPlaceSiteWindowless> m_spInPlaceSite;
备注
备注
若要使用在控件选件类中的数据成员,则必须将其声明为,控件选件类的数据成员。因为它在基类,的一行中声明您的控件选件类不会从基类继承的数据成员。
仅当 m_bNegotiatedWnd 标志是 TRUE,m_spInPlaceSite 指针是有效的。
下表显示 m_spInPlaceSite 指针类型之间的依赖 m_bWndLess 和 m_bInPlaceSiteEx 数据成员标志:
m_spInPlaceSite类型 |
m_bWndLess值 |
m_bInPlaceSiteEx值 |
---|---|---|
IOleInPlaceSiteWindowless |
TRUE |
TRUE 或 FALSE |
IOleInPlaceSiteEx |
FALSE |
TRUE |
IOleInPlaceSite |
FALSE |
FALSE |
要求
Header: atlctl.h