L
Lou
Why is font bold a read only property.
I create a new label control and want to set the font properties.
How do I set the font properties of a newly created label control?
lbl = New Label
lbl.Font.Bold=True
I create a new label control and want to set the font properties.
How do I set the font properties of a newly created label control?
lbl = New Label
lbl.Font.Bold=True