RichTextBlock.IsTextSelectionEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會決定是否可以針對剪貼簿或拖曳目的選取 RichTextBlock 的文字內容,或用於指出選取文字的 UI 樣式變更。
public:
property bool IsTextSelectionEnabled { bool get(); void set(bool value); };
bool IsTextSelectionEnabled();
void IsTextSelectionEnabled(bool value);
public bool IsTextSelectionEnabled { get; set; }
var boolean = richTextBlock.isTextSelectionEnabled;
richTextBlock.isTextSelectionEnabled = boolean;
Public Property IsTextSelectionEnabled As Boolean
<RichTextBlock IsTextSelectionEnabled="bool" />
屬性值
Boolean
bool
如果可以針對剪貼簿或拖曳目的選取RichTextBlock的文字內容,則為true。 如果無法選取文字,則為false。 預設值為 True。