Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "InitCommonControlsEx" in [All]

Structures

.
Summary
.

    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

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

.

INITCOMMONCONTROLSEX

.
Documentation
[InitCommonControlsEx] on MSDN

 
Access PInvoke.net directly from VS: