COleControlContainer::SendDlgItemMessage
将消息发送给指定的控件。
virtual LRESULT SendDlgItemMessage(
int nID,
UINT message,
WPARAM wParam,
LPARAM lParam
);
参数
nID
指定接收消息控件的标识符。message
指定要发送的消息。wParam
指定附加的消息特定信息。lParam
指定附加的消息特定信息。
要求
Header: afxocc.h