Print Page | Close Window

CXTPButton

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Controls
Forum Description: Topics Related to Codejock Controls
URL: http://forum.codejock.com/forum_posts.asp?TID=18969
Printed Date: 20 April 2024 at 2:50am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CXTPButton
Posted By: weberxi_an@163.com
Subject: CXTPButton
Date Posted: 21 September 2011 at 5:28am

how can I change the CXTPButton backgroud color?




Replies:
Posted By: weberxi_an@163.com
Date Posted: 22 September 2011 at 2:34am
class CMyXTPButton : public CXTPButton
{
public:
 CMyXTPButton(){};
 ~CMyXTPButton(){};

 virtual COLORREF GetButtonBackColor()
 {
  return RGB(140,220,65);
 }
};Tongue

don't use this funciton SetTheme。



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net