ITextProvider.SupportedTextSelection Property

Definition

Gets a value that specifies whether a text provider supports selection, and if it does, the type of selection that is supported.

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

Property Value

A value of SupportedTextSelection.

Applies to