SidebarLibrary.Win32.WindowsAPI.SetWindowTheme C# (CSharp) Method

SetWindowTheme() private method

private SetWindowTheme ( IntPtr hWnd, string AppID, string ClassID ) : int
hWnd System.IntPtr
AppID string
ClassID string
return int
		static public extern int SetWindowTheme(IntPtr hWnd, string AppID, string ClassID);
		#endregion