VsShellUtilities::ApplyListViewThemeStyles Method (ListView^)

 

Modifies a Windows Forms ListView control to use the new Explorer style theme.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static void ApplyListViewThemeStyles(
	ListView^ listView
)

Parameters

listView
Type: System.Windows.Forms::ListView^

The list view control to modify.

Return to top
Show: