Is it possible to optimize in any way or System.Windows.Forms.ColorDialog
Button to add something? I know that it uses the original Windows color dialog, but is it optimized from the net?
Since the class has not been sealed, you can increase it and try to modify your behavior, but The built-in display of the dialogue is through a plain win32 dialog and it is connected in the message sending loop. As if attempting to add just managed controls, it will not work.
Many people have implemented their own fully managed variants, which you want to use / change your needs. Perhaps one of the best places is because it includes many different perspectives and has a source in it.
Comments
Post a Comment