HwndHost::IKeyboardInputSink::KeyboardInputSite Property
.NET Framework (current version)
For a description of this member, see KeyboardInputSite.
Assembly: PresentationFramework (in PresentationFramework.dll)
private: property IKeyboardInputSite^ KeyboardInputSite { virtual IKeyboardInputSite^ get() sealed = IKeyboardInputSink::KeyboardInputSite::get; [SecurityCriticalAttribute] virtual void set(IKeyboardInputSite^ value) sealed = IKeyboardInputSink::KeyboardInputSite::set; }
Property Value
Type: System.Windows.Interop::IKeyboardInputSite^A reference to the container's IKeyboardInputSite interface.
Implements
IKeyboardInputSink::KeyboardInputSiteThis member is an explicit interface member implementation. It can be used only when the HwndHost instance is cast to an IKeyboardInputSink interface.
SecurityPermission
to call this method. Associated enumeration: UnmanagedCode
.NET Framework
Available since 3.0
Available since 3.0
Show: