ElementHost::IsInputChar Method (Char)

 

Ensures that all WM_CHAR key messages are forwarded to the hosted element.

Namespace:   System.Windows.Forms.Integration
Assembly:  WindowsFormsIntegration (in WindowsFormsIntegration.dll)

protected:
virtual bool IsInputChar(
	wchar_t charCode
) override

Parameters

charCode
Type: System::Char

The character to forward.

Return Value

Type: System::Boolean

true in all cases.

If the hosted Windows Presentation Foundation (WPF) element does not process charCode, the ElementHost control processes it with the ProcessDialogChar method.

.NET Framework
Available since 3.0
Return to top
Show: