DataPA Enterprise Dashboard Controls API Reference
Trap any keypress before child controls get hold of them

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
protected override bool ProcessKeyPreview(
	ref Message m
)
Visual Basic
Protected Overrides Function ProcessKeyPreview ( 
	ByRef m As Message
) As Boolean
Visual C++
protected:
virtual bool ProcessKeyPreview(
	Message% m
) override

Parameters

m
Type: System.Windows.Forms..::..Message%
Windows message

Return Value

Type: Boolean
True if the keypress is handled

See Also