TextElement.AllowFocusOnInteraction 屬性

定義

取得或設定值,這個值表示當使用者與其互動時,專案是否會自動取得焦點。

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

void AllowFocusOnInteraction(bool value);
public bool AllowFocusOnInteraction { get; set; }
var boolean = textElement.allowFocusOnInteraction;
textElement.allowFocusOnInteraction = boolean;
Public Property AllowFocusOnInteraction As Boolean
<textElementAllowFocusOnInteraction="bool"/>

屬性值

Boolean

bool

如果專案在使用者與其互動時取得焦點,則為true;否則為false

適用於