←Select platform

LastFindText Property (DocumentViewerText)

Summary

Data for the last find text operation.

Syntax

C#
VB
C++
public DocumentViewerFindText LastFindText { get; }
Public ReadOnly Property LastFindText() As DocumentViewerFindText 
   Get 
public:  
   property DocumentViewerFindText^ LastFindText 
   { 
      DocumentViewerFindText^ get() 
   } 

Property Value

The data for the last find text operation or null if Find was not called on this DocumentViewerText yet.

Remarks

This property is used to perform "find", "find next" and "find previous" operations on the text of the document. Refer to Find for more information.

Example

For an example, refer to Find.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents.UI Assembly
Click or drag to resize