views:

216

answers:

1

hi i am migrating an application to Kryption Tookit(free version)

i have to change the base class of each form from System.Windows.Form to KryptonForm. it is ok.. but i have many controls which are driving from UserControl not from Form.

how can i apply krypton on this..... did anyone face such scenario ??

A: 

KryptonToolkit does not provide a replacement for UserControl. It only provides replacement for most of the System.Windows.Forms controls like Label, Button, etc.

If the UserControl does its own painting, you can use the KryptonManager to access all the current style attributes (colors, borders, placements, ...), and use them.

Laurent Etiemble