VsShellUtilities.ApplyListViewThemeStyles(ListView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Modifies a Windows Forms ListView control to use the new Explorer style theme.
public:
static void ApplyListViewThemeStyles(System::Windows::Forms::ListView ^ listView);
public static void ApplyListViewThemeStyles (System.Windows.Forms.ListView listView);
static member ApplyListViewThemeStyles : System.Windows.Forms.ListView -> unit
Public Shared Sub ApplyListViewThemeStyles (listView As ListView)
Public Sub ApplyListViewThemeStyles (listView As ListView)
Parameters
- listView
- ListView
The list view control to modify