Text Viewer ActiveX Control

ClearAll

 

Unselected all text.

Public Function ClearAll()

 

No Parameter

No Return Value

Example

   

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


   

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