IKeyboardInputSink::RegisterKeyboardInputSink Method (IKeyboardInputSink^)
.NET Framework (current version)
Registers the IKeyboardInputSink interface of a contained component.
Assembly: WindowsBase (in WindowsBase.dll)
[SecurityCriticalAttribute]
[UIPermissionAttribute(SecurityAction::LinkDemand, Unrestricted = true)]
IKeyboardInputSite^ RegisterKeyboardInputSink(
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.
Components with child components should maintain internal collections of sites and use this method to add a new sink and return the new site. You only need to maintain the site collection, because the sink can be obtained from the site.
.NET Framework
Available since 3.0
Available since 3.0
Show: