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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.