Share via


DialogBase.ProcessDialogKey Method (Keys)

 

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

Return Value

Type: System.Boolean

true if processed

See Also

DialogBase Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace

Return to top