HwndHost::RegisterKeyboardInputSinkCore Method (IKeyboardInputSink^)
.NET Framework (current version)
Registers the IKeyboardInputSink interface of a contained component.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: [SecurityCriticalAttribute] [UIPermissionAttribute(SecurityAction::LinkDemand, Unrestricted = true)] virtual IKeyboardInputSite^ RegisterKeyboardInputSinkCore( IKeyboardInputSink^ sink )
Parameters
- sink
-
Type:
System.Windows.Interop::IKeyboardInputSink^
The IKeyboardInputSink sink of the contained component.
Return Value
Type: System.Windows.Interop::IKeyboardInputSite^The IKeyboardInputSite site of the contained component.
.NET Framework
Available since 4.0
Available since 4.0
Show: