Xceed Grid for WinForms v4.3 Documentation
TextViewer Constructor(WinTextBox)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Viewers Namespace > TextViewer Class > TextViewer Constructor : TextViewer Constructor(WinTextBox)
The WinTextBox control that will be used to view the content of cells.
Initializes a new instance of the TextViewer class specifying the underlying WinTextBox control that will be used to view the content of cells.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TextViewer Class
TextViewer Members
Overload List