Page 1 of 1

Custom controls in Dialog Form toolbox

Posted: Tue Feb 11, 2014 10:46 am
by a.marinelli
There's any way to add custom controls in the Dialog Form toolbox?

Re: Custom controls in Dialog Form toolbox

Posted: Wed Feb 12, 2014 12:03 pm
by Alex K.
Hello,

There is a StiCustomControl for this task. There is property public object Control, for which you can set any WinForms control which is inherited from the Control class. But there are many limitations. You cannot create difficult components, only very simple ones.

Re: Custom controls in Dialog Form toolbox

Posted: Wed Feb 12, 2014 5:03 pm
by a.marinelli
mmm... probably this is not the right way, thanks anyway

Re: Custom controls in Dialog Form toolbox

Posted: Thu Feb 13, 2014 8:15 am
by Alex K.
Hello,

Let us know if you need any additional help.