HwndSource.KeyboardInputSiteCore Property

Definition

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