SMS 2.2.4.....
using the following CSS:
.lblHeader{
color: #005CB9;
}
If I drop a TW3Label on the form and set its StyleClass = lblHeader';
it works fine.
however, if I try to change the Style class of the one on the headercontrol, it doesn't work.
W3HeaderControl1.Title.StyleClass:= 'lblHeader';
I have tried it in both the InitializeForm and InitializeObjects methods and still nothing! What is the trick? :)
thanks