Share via


DialogBase.ProcessDialogChar Method (Char)

 

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

Return Value

Type: System.Boolean

true if processed

See Also

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

Return to top