initcommoncontrolsex (comctl32)
Last changed: -78.12.240.166

.
Summary
Registers specific common control classes from the common control DLL

C# Signature:

[DllImport( "comctl32.dll", EntryPoint = "InitCommonControlsEx", CallingConvention = CallingConvention.StdCall)]
static extern bool InitCommonControlsEx (ref INITCOMMONCONTROLSEX iccex);

VB Signature:

Declare Function InitCommonControlsEx Lib "comctl32.dll" (ByRef iccex as INITCOMMONCONTROLSEX ) As Boolean

User-Defined Types:

INITCOMMONCONTROLSEX

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

InitCommonControlEx();

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation