コード例 #1
0
        public static bool InitStandard()
        {
            INITCOMMONCONTROLSEX ex = new INITCOMMONCONTROLSEX();
            ex.dwSize = 8;
            ex.dwICC = ICC_STANDARD_CLASSES | ICC_WIN95_CLASSES;

            return InitCommonControlsEx(ref ex);
        }
コード例 #2
0
        public static bool InitStandard()
        {
            INITCOMMONCONTROLSEX ex = new INITCOMMONCONTROLSEX();

            ex.dwSize = 8;
            ex.dwICC  = ICC_STANDARD_CLASSES | ICC_WIN95_CLASSES;

            return(InitCommonControlsEx(ref ex));
        }
コード例 #3
0
 static extern bool InitCommonControlsEx(ref INITCOMMONCONTROLSEX iccex);
コード例 #4
0
 static extern bool InitCommonControlsEx(ref INITCOMMONCONTROLSEX iccex);