public LabelMsg(System .Web.UI.WebCont rols.Label lblMsg, string strMensagem,
Color.???)
{
lblMsg.Text = strMensagem;
lblMsg.ForeColo r = clrLabel.???
}
I need to give the color as a param, wich type should i use ?
Color.???)
{
lblMsg.Text = strMensagem;
lblMsg.ForeColo r = clrLabel.???
}
I need to give the color as a param, wich type should i use ?
Comment