Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerFindText Class : AutoSelect Property |
public bool AutoSelect {get; set;}
'Declaration
Public Property AutoSelect As Boolean
'Usage
Dim instance As DocumentViewerFindText Dim value As Boolean instance.AutoSelect = value value = instance.AutoSelect
When used with Find, the document viewer will automatically calls SetSelectedTextItems to update the state of the globally selected text. Any previously selected text will be cleared and the new match (if any) is used instead.
The selected text is automatically rendered on the View if the value of RenderSelection is true (the default).
For an example, refer to Find.