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
Arbeiten Sie mit uns auf GitHub zusammen
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.