Home
Sets the view with the string class

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void setView(
	string v
)
Public Sub setView ( _
	v As String _
)
public:
void setView(
	String^ v
)

Parameters

v
String
"details"/"Details","largeIcon","LargeIcon", "list","List","smallIcon","SmallIcon","tile","Tile"

See Also