ActionsPane.PreProcessControlMessage-Methode (2007 System)

Aktualisiert: November 2007

Stellt die gleiche Funktionalität bereit wie die Control.PreProcessControlMessage-Methode.

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

Syntax

Public Function PreProcessControlMessage ( _
    ByRef msg As Message _
) As PreProcessControlState

Dim instance As ActionsPane
Dim msg As Message
Dim returnValue As PreProcessControlState

returnValue = instance.PreProcessControlMessage(msg)
public PreProcessControlState PreProcessControlMessage(
    ref Message msg
)

Parameter

Rückgabewert

Typ: System.Windows.Forms.PreProcessControlState

Berechtigungen

Siehe auch

Referenz

ActionsPane-Klasse

ActionsPane-Member

Microsoft.Office.Tools-Namespace