CoreInputViewTransferringXYFocusEventArgs Class
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.
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
- 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. |