Hello:
I have array of Label controls allocated danamically.
When I'm trying to change font as:
LabelLeft[i].Font.Strikeout = false;
I have error:
"Property or indexer 'System.Drawing .Font.Strikeout ' cannot be assigned to
-- it is read only"
Thank you.
I have array of Label controls allocated danamically.
When I'm trying to change font as:
LabelLeft[i].Font.Strikeout = false;
I have error:
"Property or indexer 'System.Drawing .Font.Strikeout ' cannot be assigned to
-- it is read only"
Thank you.
Comment