ActionsPane.PreProcessControlMessage 方法
在调度键盘或输入消息之前,在消息循环内对它们进行预处理。
命名空间: Microsoft.Office.Tools
程序集: Microsoft.Office.Tools.Common(在 Microsoft.Office.Tools.Common.dll 中)
语法
声明
Function PreProcessControlMessage ( _
ByRef msg As Message _
) As PreProcessControlState
PreProcessControlState PreProcessControlMessage(
ref Message msg
)
参数
- msg
类型:System.Windows.Forms.Message%
一个 Message,表示要处理的消息。
返回值
类型:System.Windows.Forms.PreProcessControlState
PreProcessControlState 值之一,取决于 PreProcessMessage 为 true 还是为 false。
备注
此方法提供与 Control.PreProcessControlMessage 方法相同的功能。 有关使用此方法的更多信息,请参见Control.PreProcessControlMessage。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。