Have an instruction like this:
this.toolStripStatusLabel1.Text =
this.toolStripStatusLabel1.Text + "; OS=" +
System.Environment.OSVersion.ToString();
If I concatenate OS with something that is more than 10 characters text is blank instead of being truncated. Is this a Bug ?