private void DialogFont_Load(object sender, EventArgs e)
{
LoadInstalledFonts();
SetupInitialDialogSelections();
lblPreview.ForeColor = colorPicker1.colorPickerControlView1.CurrentColor.Color;
}
I'd like to convert the value to a System.Drawing.Color.
Any ideas?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…