How to make a seperator bar invisible in VB
I have been trying to hide few menu options, I make the options invisble
and the code is as follows: mnuDataOutNegOffset.Visible = False
mnuDataOutNegLink.Enabled = False mnuDataOutNegLink.Visible = False
However these options are invisible but a separator bar is seen in the
popupmenu, how to make the separator bar invisible in the popupmenu.
No comments:
Post a Comment