No, i am using the standard methods from the Designer.
If mi.Text = "MenuItem1" Then
If Pane5status = True Then
Pane5.Visible = False
Pane5status = False
Else
Pane5.Visible = True
Pane5status = True
End Sub
The MenuItem1 is a checkable one...
Is your menu manager possible to handle that ?