HwndSource.KeyboardInputSiteCore Propiedad

Definición

Obtiene o establece una referencia a la interfaz IKeyboardInputSite del contenedor del componente.

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

Valor de propiedad

IKeyboardInputSite

Una referencia a la interfaz IKeyboardInputSite del contenedor, o null si no se asigna ningún sitio. De manera predeterminada, es null.

Atributos

Se aplica a

Consulte también