This document is archived and information here might be outdated. Recommended version. |
Return true if the framework should carry out the action associated with this virtual key.
[Visual Basic .NET]
Public Function CheckAccelerator ( _
ByVal vkey As Integer _
) As Boolean
[C#]
public bool CheckAccelerator (
int vkey
);