Desktop Functions: Smart Device Functions:
|
Search Results for "InitCommonControlsEx" in [All]comctl32
[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 Structures
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)) |