Is it possible to customize a WindowsForms ColorDialog in .NET?

Posted by Hosam Aly on Stack Overflow See other posts from Stack Overflow or by Hosam Aly
Published on 2009-01-26T14:40:37Z Indexed on 2010/05/04 20:18 UTC
Read the original article Hit count: 460

Filed under:
|

Is it somehow possible to customize or subclass System.Windows.Forms.ColorDialog to add a few buttons? I know that it uses the native Windows color dialog, but is there a way to customize it from .NET?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about winforms