Hello comunity,
i have a problem with the Property "SupportThemes".I have a UltraButton and i will that the Style is FlatBorderles.
The Property Info say that the SupportThemes Property must be false.
But when i set this Property False, i see no changes!
what is my mistake?
sign10110010
PS: my english is not so good, sorry.
Hello 10110010,
You need to set the following properties :this.ultraButton1.ButtonStyle = ButtonStyle.FlatBorderless;this.ultraButton1.UseOsThemes = False;If this does not work, please let us know which version of NetAdvantage are you using?
ThanksPurnima