.
Summary
Carries information used to load common control classes from the dynamic-link library (DLL). This structure is used with the
InitCommonControlsEx function.
Carries information used to load common control classes from the dynamic-link library (DLL). This structure is used with the InitCommonControlsEx function.
10/29/2015 11:50:10 AM - -178.121.197.249
.
struct INITCOMMONCONTROLSEX
.
public struct INITCOMMONCONTROLSEX
.
public INITCOMMONCONTROLSEX()
.
dwSize = Marshal.SizeOf(typeof(INITCOMMONCONTROLSEX));
.
public INITCOMMONCONTROLSEX(uint dwICC)
.
public INITCOMMONCONTROLSEX(CommonControls ICC)
.
Public Structure INITCOMMONCONTROLSEX
.
Public Structure INITCOMMONCONTROLSEX
.
dwSize = Marshal.SizeOf(GetType(INITCOMMONCONTROLSEX))
.
Documentation
.
[DllImport( "comctl32.dll", EntryPoint = "InitCommonControlsEx", CallingConvention = CallingConvention.StdCall)]
.
static extern bool InitCommonControlsEx (ref INITCOMMONCONTROLSEX iccex);
.
Declare Function InitCommonControlsEx Lib "comctl32.dll" (ByRef iccex as INITCOMMONCONTROLSEX ) As Boolean
.
INITCOMMONCONTROLSEX
.
Documentation
[InitCommonControlsEx] on MSDN