SetSysColors (coredll)
Last changed: JP-212.51.10.12

.
Summary
TODO - a short description

C# Signature:

[DllImport("coredll.dll")]

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

VB Signature:

<DllImport("Coredll.dll")> _

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

End Function

User-Defined Types:

None.

Alternative Managed API:

GetSysColors

Notes:

Windows CE.Net 4.20 not Support.(?)

Always return 1.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation