adding controls to fontDialog?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'd like to declare a class that inherits from the fontDialog class and adds
a "Color..." button to the bottom of the dialog. However, fontDialog doesn't
seem to have a "Controls" property according to the documentation. In this
case how do I host the button?
 
You can try to use our Dialog Workshop .NET components.
Dialog Workshop .NET many enchanced dialog components which you can use
instead of standard WinForms dialog comonents. Specifically, you can add
your own controls (WinForms) into the dialog window (add preview pane, any
buttons, etc.).

Please visit http://www.componentage.com for details.

Best regards,
Alex
 
Back
Top