IKeyboardInputSink::KeyboardInputSite Property
.NET Framework (current version)
Gets or sets a reference to the component's container's IKeyboardInputSite interface.
Assembly: WindowsBase (in WindowsBase.dll)
property IKeyboardInputSite^ KeyboardInputSite { IKeyboardInputSite^ get(); [SecurityCriticalAttribute] [UIPermissionAttribute(SecurityAction::LinkDemand, Unrestricted = true)] void set(IKeyboardInputSite^ value); }
Property Value
Type: System.Windows.Interop::IKeyboardInputSite^A reference to the container's IKeyboardInputSite interface.
This property should initially be set to null. Any container that adds the sink to its components list will set KeyboardInputSite before any other methods are called, and it can be set multiple times after that. You should set the property to null again before disposal.
.NET Framework
Available since 3.0
Available since 3.0
Show: