Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
SupportThemes
posted

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?

sign
10110010

PS: my english is not so good, sorry.

  • 290
    Suggested Answer
    posted

    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?

    Thanks
    Purnima