WindowBlinds : DirectSkin
GetSysColor
 

The GetSysColor method is used to return the system colour from the skins UIS file. nIndex is identical to Microsoft GetSysColor function.

long GetSysColor(
short
nIndex  );

Parameters

hwndtoclone
The index of the system color to be retrieved.  See the Windows Platform SDK documentation on GetSysColor for supported values.

Return Values

 

This method returns a COLORREF.

Remarks

  This method is usually used to render skin previews.

See Also

 

There are no related topics to this method