color_dialog

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

Guest

Hi,
What its the event that shows to me that the user has choose a color in a color dialog??
for example in the openfiledialog there is one that is File_Ok, but the color dialog class i dont see an event like this...
Thanks in advance.
Josema.
 
In the colordialog you get the color property of the dialog when
DialogResult == something or other (and set the color property priorto
opening it if you like)
 
Back
Top