Custom controls in Dialog Form toolbox
-
- Posts: 17
- Joined: Wed Nov 14, 2012 1:39 pm
Custom controls in Dialog Form toolbox
There's any way to add custom controls in the Dialog Form toolbox?
Re: Custom controls in Dialog Form toolbox
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.
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.
-
- Posts: 17
- Joined: Wed Nov 14, 2012 1:39 pm
Re: Custom controls in Dialog Form toolbox
mmm... probably this is not the right way, thanks anyway
Re: Custom controls in Dialog Form toolbox
Hello,
Let us know if you need any additional help.
Let us know if you need any additional help.