label font properties.. help
hi guys..
i have a datareport with a label which i populate the caption at runtime.. is there a way that i can change the font properties (like font size, bold..) in just part of the caption
VB Code:
' can i bold then word "changed" in to a font bold
object.caption = "I want this changed"
Re: label font properties.. help
Why don't you set the Properties in the design time itself?
Re: label font properties.. help
With an ordinary Label, no (you would have to use more Labels). However, you can try to use Joacim Anderssons HyperLabel, which allows you to use flags, such as [b], [i]... in one Label.