HwndSourceParameters.TreatAsInputRoot Property

Definition

Gets or sets a value that indicates whether the HwndSource should receive window messages raised by the message pump via the ComponentDispatcher.

public:
 property bool TreatAsInputRoot { bool get(); void set(bool value); };
public bool TreatAsInputRoot { get; set; }
member this.TreatAsInputRoot : bool with get, set
Public Property TreatAsInputRoot As Boolean

Property Value

true if the HwndSource should receive window messages raised by the message pump via the ComponentDispatcher; otherwise, false. The default is true if the HwndSource corresponds to a top-level window; otherwise, the default is false.

Applies to