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
- charCode
Type: System.Char
The character code
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
BaseCompareEditorControl Class
BaseCompareEditorControl Members
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors Namespace