[SOLVED] missing UseVisualStyleBackColor?

Answered Closed
0
0

I am trying out Wisej by converting an existing WinForm program. The compile error I am getting is  XYZControl does not contain a definition for ‘UseVisualStyleBackColor’. I can just remove the call, but just wondering if this is supported/expected?

  • You must to post comments
Best Answer
0
0

Hi John,

UseVisualStyleBackColor is a Winforms only property that can be safely removed.

You will get errors for the BorderStyle and FormBorder as well since we have used values that are consistent with the web rather than replicate obsolete properties.

Wisej can replace Winforms and it’s designed as close to Winforms as possible without replicating properties and functions that don’t make sense in a web environment. All controls in Wisej have a lot of new and extended features when compared to their winforms equivalent.

Best,

Luca

 

  • You must to post comments
Showing 1 result