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

InitCommonControlsEx() private method

private InitCommonControlsEx ( INITCOMMONCONTROLSEX icc ) : bool
icc INITCOMMONCONTROLSEX
return bool
		public static extern bool InitCommonControlsEx(INITCOMMONCONTROLSEX icc);
		[DllImport("comctl32.dll")]