CoreInputViewTransferringXYFocusEventArgs.TransferHandled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會將 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.Keyboard 或 CoreInputViewKind.Handwriting 檢視,而 CoreInputView 可以是 CoreInputViewKind的任何值。