Share via


ActionsPane.PreProcessControlMessage Method

Preprocesses keyboard or input messages within the message loop before they are dispatched.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
Function PreProcessControlMessage ( _
    ByRef msg As Message _
) As PreProcessControlState
PreProcessControlState PreProcessControlMessage(
    ref Message msg
)

Parameters

Return Value

Type: System.Windows.Forms.PreProcessControlState
One of the PreProcessControlState values, depending on whether PreProcessMessage is true or false.

Remarks

This method provides the same functionality as the Control.PreProcessControlMessage method. For more information about using this method, see Control.PreProcessControlMessage.

.NET Framework Security

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview