Download AzureContainerEcho.zip version 1.0.0.0, last updated 08/09/2013 (341.35 KB)

Download
  • md5: 08cb1fda4e8e679d8fec0608417e3910
using System;
using System.Runtime.InteropServices;

namespace Cyotek.Windows.Forms
{
  // http://cyotek.com/blog/enabling-shell-styles-for-the-listview-and-treeview-controls-in-csharp

  internal static class NativeMethods
  {
    #region Class Members

    [DllImport("uxtheme.dll", CharSet = CharSet.Unicode)]
    public static extern int SetWindowTheme(IntPtr hWnd, string pszSubAppName, string pszSubIdList);

    #endregion
  }
}

Donate

Donate