TextBlock.IsTextSelectionEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property bool IsTextSelectionEnabled { bool get(); void set(bool value); };
bool IsTextSelectionEnabled();
void IsTextSelectionEnabled(bool value);
public bool IsTextSelectionEnabled { get; set; }
var boolean = textBlock.isTextSelectionEnabled;
textBlock.isTextSelectionEnabled = boolean;
Public Property IsTextSelectionEnabled As Boolean
<TextBlock IsTextSelectionEnabled="bool" />
屬性值
Boolean
bool
如果已啟用文字選取範圍,則為true;否則為false。
備註
重要
如果使用鍵盤進行 TextBlock 內的文字選取,使用者必須先在前景中啟動插入 號流覽 (,然後按 F7) 。