Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Override logic here intercepts and selectively filters keyboard messages to base class.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)
Syntax
'Declaration
Public Overrides Function PreProcessMessage ( _
ByRef msg As Message _
) As Boolean
public override bool PreProcessMessage(
ref Message msg
)
public:
virtual bool PreProcessMessage(
Message% msg
) override
abstract PreProcessMessage :
msg:Message byref -> bool
override PreProcessMessage :
msg:Message byref -> bool
public override function PreProcessMessage(
msg : Message
) : boolean
Parameters
- msg
Type: System.Windows.Forms.Message%
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace