Home
constructor for nListView: instantiates an nListView and sets the View mode to supplied string

Namespace:  nControls
Assembly:  nListView (in nListView.dll) Version: 2.1.0.0 (2.1)

Syntax

         
 C#  Visual Basic  Visual C++ 
public nListView(
	string viewMode
)
Public Sub New ( _
	viewMode As String _
)
public:
nListView(
	String^ viewMode
)

Parameters

viewMode
String
View mode

See Also