public static bool InitStandard() { INITCOMMONCONTROLSEX ex = new INITCOMMONCONTROLSEX(); ex.dwSize = 8; ex.dwICC = ICC_STANDARD_CLASSES | ICC_WIN95_CLASSES; return InitCommonControlsEx(ref ex); }
public static bool InitStandard() { INITCOMMONCONTROLSEX ex = new INITCOMMONCONTROLSEX(); ex.dwSize = 8; ex.dwICC = ICC_STANDARD_CLASSES | ICC_WIN95_CLASSES; return(InitCommonControlsEx(ref ex)); }
static extern bool InitCommonControlsEx(ref INITCOMMONCONTROLSEX iccex);