Text Viewer ActiveX Control

SelectAll

 

Select all text from specific page.

Public Function SelectAll()

 

No Parameter

No Return Value

Example

   

VB.NET Syntax
AxTextReaderAx1.SelectionStartPage(0)
AxTextReaderAx1.SelectionEndPage(AxTextReaderAx1.GetPageCount)
AxTextReaderAx1.SelectAll()


   

Visual Basic Syntax
TextReaderAx1.SelectionStartPage (0)
TextReaderAx1.SelectionEndPage (TextReaderAx1.GetPageCount)
TextReaderAx1.SelectAll