NRichTextLabel Transparent ??


https://www.nevron.com/Forum/Topic7813.aspx
Print Topic | Close Window

By Luis Miguel Perez Lopez - 11 Years Ago
Is it possible to create a NRichTextLabel transparent in Windows XP ?
By Nevron Support - 11 Years Ago
Hello Luis,

You can try the following:

Color transparentColor = Color.Transparent;

nRichTextLabel1.FillInfo.FillStyle = FillStyle.Solid;
nRichTextLabel1.FillInfo.Color = transparentColor;
nRichTextLabel1.PaletteInheritance = PaletteInheritance.None;
nRichTextLabel1.Palette.ControlBorder = transparentColor;
By Luis Miguel Perez Lopez - 11 Years Ago
It' doesn't work. Maybe in Windows 7 but not in Windows XP
By Nevron Support - 11 Years Ago
It should not make difference in different Windows versions.