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 내에서 텍스트 선택에 키보드를 사용하는 경우 사용자는 먼저 Caret 브라우징을 활성화해야 합니다(앱이 포그라운드에 있는 경우 F7 키를 누릅니다).