| |
ActiveBar Support
Started by janttu at 08-25-2009 5:47 AM. Topic has 3 replies.
 
 
 
|
|
Sort Posts:
|
|
|
|
08-25-2009, 5:47 AM
|
janttu
Joined on 12-03-2003
Posts 200
|
get_BackColor does not work?
|
|
|
|
|
What color is the get_BackColor function supposed to return? For me it returns always r=0, g=0, b=4. Activebar3.
|
|
|
|
|
Report
|
|
|
|
09-03-2009, 2:20 AM
|
Andrey - DD
Joined on 08-01-2007
Russia, Novosibirsk
Posts 671

|
Re: get_BackColor does not work?
|
|
|
|
|
janttu,Excuse me for a long delay, I somehow missed this thread. ActiveBar's BackColor gets or sets the background color. For example, you can set background color to yellow: ActiveBar31.BackColor = vbYellow After this if you check BackColor property it'd return 65535 which is r = 255, g = 255, b = 0.
Thank you, Andrey T.
|
|
|
|
|
Report
|
|
|
|
09-25-2009, 1:48 AM
|
Andrey - DD
Joined on 08-01-2007
Russia, Novosibirsk
Posts 671

|
Re: get_BackColor does not work?
|
|
|
|
|
janntu,
Excuse me for a long delay. Please note that BackColor applies when the ToolbarStyle property is set to ddTSOffice2000. I am using classic theme in XP too but can't reproduce the behaviour. Could you please post a small sample which reproduces the issue?
Thank you, Andrey T.
|
|
|
|
|
Report
|
|
|
|
|
GrapeCity » Product Support » ActiveBar Suppo... » Re: get_BackColor does not work?
|
|
|
|
|