HwndSource.KeyboardInputSiteCore 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.
Gets or sets a reference to the component's container's IKeyboardInputSite interface.
protected:
property System::Windows::Interop::IKeyboardInputSite ^ KeyboardInputSiteCore { System::Windows::Interop::IKeyboardInputSite ^ get(); void set(System::Windows::Interop::IKeyboardInputSite ^ value); };
protected System.Windows.Interop.IKeyboardInputSite KeyboardInputSiteCore { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
protected System.Windows.Interop.IKeyboardInputSite KeyboardInputSiteCore { get; set; }
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.KeyboardInputSiteCore : System.Windows.Interop.IKeyboardInputSite with get, set
member this.KeyboardInputSiteCore : System.Windows.Interop.IKeyboardInputSite with get, set
Protected Property KeyboardInputSiteCore As IKeyboardInputSite
Property Value
A reference to the container's IKeyboardInputSite interface; or null
if no site is assigned. The default is null
.
- Attributes
Applies to
See also
Zusammenarbeit auf GitHub
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.