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 "SetSysColors" in [All]

user32

.
Summary
.

static extern bool SetSysColors(int cElements, int [] lpaElements,

.

public static extern bool SetSysColors(int cElements, int [] lpaElements, int [] lpaRgbValues);

.

SetSysColors(elements.Length, elements, colors);

.
Documentation
[SetSysColors] on MSDN

coredll

.

static extern int SetSysColors(int cElements, Int32[] lpaElements, Int32[] lpaRgbValues);

.

Public Shared Function SetSysColors(ByVal cElements As Integer, ByRef lpaElements As Integer(), ByRef lpaRgbValues As Integer()) As Integer

.

    /// SetSysColors: Importierte Methode aus der CoreDll.dll

.

    private static extern bool SetSysColors(int cElements, Int32[] lpaElements, Int32[] lpaRgbValues);

.

        bool retVel = cSystemColors.SetSysColors(iElements, lpaElements, lpaRgbValues);

.

        throw new Exception(string.Format("SetSysColors() returned {0}!", error));

.
Documentation
[SetSysColors] on MSDN

 
Access PInvoke.net directly from VS: