You Are Here:

Community: Wiki

This page was last modified on 17 September 2009, at 03:24.

How to Change CEikLabel Color in Symbian C++

From Forum Nokia Wiki

Reviewer Approved   
#include <gulcolor.h>
//Here iLabel is a class member of type CEikLabel*
iLabel= new (ELeave) CEikLabel;
iLabel->SetContainerWindowL( *this );
iLabel->SetTextL( _L("Some Text") );
 
// Using blue as foreground color
iLabel->OverrideColorL( EColorLabelText, KRgbBlue );
 
// Set red as background color
iLabel->OverrideColorL(EColorControlBackground, KRgbRed )

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia