'Declaration Public Function New( _ ByVal control As WinTextBox _ )
'Usage Dim control As WinTextBox Dim instance As New TextViewer(control)
public TextViewer( WinTextBox control )
Parameters
- control
- The WinTextBox control that will be used to view the content of cells.