HwndHost::IKeyboardInputSink::RegisterKeyboardInputSink Method (IKeyboardInputSink^)
.NET Framework (current version)
For a description of this member, see RegisterKeyboardInputSink.
Assembly: PresentationFramework (in PresentationFramework.dll)
private: [SecurityCriticalAttribute] virtual IKeyboardInputSite^ RegisterKeyboardInputSink( IKeyboardInputSink^ sink ) sealed = IKeyboardInputSink::RegisterKeyboardInputSink
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.
This member is an explicit interface member implementation. It can be used only when the HwndHost instance is cast to an IKeyboardInputSink interface.
UIPermission
to call this method. Associated enumeration: AllWindows
.NET Framework
Available since 3.0
Available since 3.0
Show: