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.
Process a non-character keystroke. Intercepts most exceptions.
Namespace:   Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)
Syntax
protected override bool ProcessDialogKey(
    Keys keyData
)
protected:
virtual bool ProcessDialogKey(
    Keys keyData
) override
override ProcessDialogKey : 
        keyData:Keys -> bool
Protected Overrides Function ProcessDialogKey (
    keyData As Keys
) As Boolean
Parameters
- keyData 
 Type: System.Windows.Forms.Keys- keystroke 
Return Value
Type: System.Boolean
true if processed
See Also
DialogBase Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace
Return to top