Share via


BaseCompareEditorControl.ProcessDialogChar Method

Returns whether to let this control process the mnemonics.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected Overrides Function ProcessDialogChar ( _
    charCode As Char _
) As Boolean
'Usage
Dim charCode As Char
Dim returnValue As Boolean

returnValue = Me.ProcessDialogChar(charCode)
protected override bool ProcessDialogChar(
    char charCode
)
protected:
virtual bool ProcessDialogChar(
    wchar_t charCode
) override
protected override function ProcessDialogChar(
    charCode : char
) : boolean
abstract ProcessDialogChar : 
        charCode:char -> bool 
override ProcessDialogChar : 
        charCode:char -> bool 

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BaseCompareEditorControl Class

BaseCompareEditorControl Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors Namespace