Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
Problem hiding PopupMenuTool
posted

Hello.

I am trying to hide a popup menu.  The code is following:

            Dim popupMenu As Infragistics.Win.UltraWinToolbars.PopupMenuTool
            popupMenu = CType(Me.UltraToolbarsManager1.Tools(key), Infragistics.Win.UltraWinToolbars.PopupMenuTool)
            popupMenu.InstanceProps.Visible = Infragistics.Win.DefaultableBoolean.False
 

This code does not do the trick!  How can I do this?

Parents Reply Children
No Data