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 character. 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 ProcessDialogChar(
    char charCode
)
protected:
virtual bool ProcessDialogChar(
    wchar_t charCode
) override
override ProcessDialogChar : 
        charCode:char -> bool
Protected Overrides Function ProcessDialogChar (
    charCode As Char
) As Boolean
Parameters
- charCode 
 Type: System.Char- character code 
Return Value
Type: System.Boolean
true if processed
See Also
DialogBase Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace
Return to top