I use the following code to change the parameters in my StatuStripLabel
Dim ItemImage As System.Drawing.Image = iImage
Dim item = New ToolStripStatusLabel(sText, ItemImage)
item.BorderSides = ToolStripStatusLabelBorderSides.All
item.BorderStyle = Border3DStyle.RaisedOuter
item.LinkBehavior = LinkBehavior.HoverUnderline
item.IsLink = True
StatusStrip2.Items.Add(item)
Now is there anybody to assist me in changing the fonts and fonts size?