CoreInputViewTransferringXYFocusEventArgs Class

Definition

Contains event data for the XYFocusTransferringFromPrimaryView event.

public ref class CoreInputViewTransferringXYFocusEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreInputViewTransferringXYFocusEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreInputViewTransferringXYFocusEventArgs
Public NotInheritable Class CoreInputViewTransferringXYFocusEventArgs
Inheritance
Object Platform::Object IInspectable CoreInputViewTransferringXYFocusEventArgs
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Remarks

Primary view refers to either of the CoreInputViewKind.Keyboard or CoreInputViewKind.Handwriting views, while CoreInputView can be any of the values from CoreInputViewKind.

Properties

Direction

Gets the direction of focus navigation relative to the input pane.

KeepPrimaryViewVisible

Gets or sets whether the input pane remains visible when the UI element loses focus.

Origin

Gets the bounding rect of the originally focused element.

TransferHandled

Gets or sets a value that marks the XYFocusTransferringFromPrimaryView event as handled.

Applies to