DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if the keypress is handled
Trap any keypress before child controls get hold of them
Namespace: DataPAEnterpriseDashboardAssembly: 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: BooleanTrue if the keypress is handled