TextPattern TextPattern은 텍스트 박스처럼 내부에 텍스트를 갖을 수 있는 컨트롤의 패턴입니다. TextPattern 클래스에서는 텍스트 범위와 선택 영역 지원 형식을 가져오는 속성을 제공합니다.public TextPatternRange DocumentRange { get; };public SupportedTextSelection SupportedTextSelection { get; }; TextPatternRange 클래스는 텍스트의 범위를 나타내는 형식입니다. TextPatternRange 클래스에서는 다양한 메서드를 제공합니다.public void AddToSelection();public bool Compare( TextPatternRange range);public int Com..