Hello All,
Does anyone know how to capture and save the font style of a label control.
(FontStyle.Bold , FontStyle.Itali c, FontStyle.Under line)
I need to be able to save the font style and have it reapplied when I reopon my form.
I know how to "reapply" it when I open the form again. I just need help getting the original value for saving purposes.
Thanx in advance for any help.
Does anyone know how to capture and save the font style of a label control.
(FontStyle.Bold , FontStyle.Itali c, FontStyle.Under line)
I need to be able to save the font style and have it reapplied when I reopon my form.
I know how to "reapply" it when I open the form again. I just need help getting the original value for saving purposes.
Thanx in advance for any help.
Comment