Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - Background color of selected row when focus lost
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Background color of selected row when focus lost

 Post Reply Post Reply
Author
Message
nighthawk View Drop Down
Senior Member
Senior Member
Avatar

Joined: 11 June 2004
Status: Offline
Points: 167
Post Options Post Options   Thanks (0) Thanks(0)   Quote nighthawk Quote  Post ReplyReply Direct Link To This Post Topic: Background color of selected row when focus lost
    Posted: 06 July 2006 at 9:20pm
How do I set the background color of the selected row when the ReportControl looses focus? 

Right now, the background color of a selected row is dark gray which I can control with the ReportControl.PaintManager.HighlightBackColor property.  When the ReportControl looses focus, it changes to a light gray but it is too light and hard to see so I am looking for a property to change that color.  Is there a property for this?
Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post Posted: 09 July 2006 at 9:12am
By default it takes standard COLOR_BTNTEXT system color value, and this could be changed only in C++/MFC version of the control.

--
WBR,
Serge
Back to Top
nighthawk View Drop Down
Senior Member
Senior Member
Avatar

Joined: 11 June 2004
Status: Offline
Points: 167
Post Options Post Options   Thanks (0) Thanks(0)   Quote nighthawk Quote  Post ReplyReply Direct Link To This Post Posted: 09 July 2006 at 10:39pm
Any chance you can make this a customizeable property in the next release?
Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post Posted: 22 April 2007 at 5:31pm
Look for following properties in the latest version:
.ReportPaintManager.SelectedRowBackColor;
.ReportPaintManager.SelectedRowForeColor;

--
WBR,
Serge
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.