HwndHost.IKeyboardInputSink.KeyboardInputSite Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see KeyboardInputSite.
property System::Windows::Interop::IKeyboardInputSite ^ System::Windows::Interop::IKeyboardInputSink::KeyboardInputSite { System::Windows::Interop::IKeyboardInputSite ^ get(); void set(System::Windows::Interop::IKeyboardInputSite ^ value); };
System.Windows.Interop.IKeyboardInputSite System.Windows.Interop.IKeyboardInputSink.KeyboardInputSite { get; [System.Security.SecurityCritical] set; }
System.Windows.Interop.IKeyboardInputSite System.Windows.Interop.IKeyboardInputSink.KeyboardInputSite { get; set; }
[<set: System.Security.SecurityCritical>]
member this.System.Windows.Interop.IKeyboardInputSink.KeyboardInputSite : System.Windows.Interop.IKeyboardInputSite with get, set
member this.System.Windows.Interop.IKeyboardInputSink.KeyboardInputSite : System.Windows.Interop.IKeyboardInputSite with get, set
Property KeyboardInputSite As IKeyboardInputSite Implements IKeyboardInputSink.KeyboardInputSite
Property Value
A reference to the container's IKeyboardInputSite interface.
Implements
- Attributes
Remarks
This member is an explicit interface member implementation. It can be used only when the HwndHost instance is cast to an IKeyboardInputSink interface.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.