Click here to Skip to main content
15,885,278 members
Articles / Desktop Programming / WTL

The Spring Computing Windows Controls

Rate me:
Please Sign up or sign in to vote.
4.27/5 (4 votes)
27 Sep 20014 min read 85.5K   2K   32  
A set of Win32 Windows controls.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
	<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
	<LINK rel="stylesheet" type="text/css" href="../../html.css">
	<TITLE>CBM_GETTEXTCOLOR</TITLE>
</HEAD>

<BODY>
	<H1>CBM_GETTEXTCOLOR</H1>

	<P>
	Retrieves the color used to paint the text of the caption bar control.</P>

	<PRE><CODE>CBM_GETTEXTCOLOR
	wParam = (WPARAM)0
	lParam = (LPARAM)0
	</CODE></PRE>

	<H4>Parameters</H4>

	<P>
	None.</P>

	<H4>Return Value</H4>

	<P>
	Returns the COLORREF value of the text color.</P>

</BODY>
</HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
France France
Coming soon...

Comments and Discussions