ITextProvider.SupportedTextSelection 속성

정의

텍스트 공급자가 선택 영역을 지원하는지 여부를 지정하는 값을 가져오며, 이 경우 지원되는 선택 유형입니다.

public:
 property SupportedTextSelection SupportedTextSelection { SupportedTextSelection get(); };
SupportedTextSelection SupportedTextSelection();
public SupportedTextSelection SupportedTextSelection { get; }
var supportedTextSelection = iTextProvider.supportedTextSelection;
Public ReadOnly Property SupportedTextSelection As SupportedTextSelection

속성 값

SupportedTextSelection 값입니다.

적용 대상