[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Previews a keyboard message.

Namespace: DynamicNode.Ext.Visual
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)

Syntax

C#
protected override bool ProcessKeyPreview(
	ref Message m
)
Visual Basic
Protected Overrides Function ProcessKeyPreview ( _
	ByRef m As Message _
) As Boolean
F#
abstract ProcessKeyPreview : 
        m:Message byref -> bool 
override ProcessKeyPreview : 
        m:Message byref -> bool 

Parameters

m
Type: System.Windows.Forms..::..Message%
A Message, passed by reference, that represents the window message to process.

Return Value

true if the message was processed by the control; otherwise, false.

See Also