Can someone help me make this in a one line of code.
Thanks,
Code:
Private Sub FormatToolStripMenu_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles FormatToolStripMenu.Click
If MainToolStripMenuItem.Checked Then
tspFormatting.Visible = True
Else
tspFormatting.Visible = False
End If
End
Leave a comment: