共用方式為


CoreInputViewTransferringXYFocusEventArgs.TransferHandled 屬性

定義

取得或設定值,這個值會將 XYFocusTransferringFromPrimaryView 事件標示為已處理。

public:
 property bool TransferHandled { bool get(); void set(bool value); };
bool TransferHandled();

void TransferHandled(bool value);
public bool TransferHandled { get; set; }
var boolean = coreInputViewTransferringXYFocusEventArgs.transferHandled;
coreInputViewTransferringXYFocusEventArgs.transferHandled = boolean;
Public Property TransferHandled As Boolean

屬性值

Boolean

bool

在成功的焦點流覽上,將值設定為 true。 預設值為 false。

如果為 false,則輸入窗格會保留焦點。

備註

主要檢視是指 CoreInputViewKind.KeyboardCoreInputViewKind.Handwriting 檢視,而 CoreInputView 可以是 CoreInputViewKind的任何值。

適用於

另請參閱