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
150
How to hide(collapse) verb panel ?
posted

I would like Not-to-have  verb panel in the Property Grid of my  MyTabControl inherited from UltraTabControl,

or be able to disable/remove particular verbs.

If I click right mouse button while on that panel and deselect "Command" item : verb panel disappears from the Property Grid.

How can I do that programmatically (of course at design time") Without creating and attaching my own designer?

 Thank you

Parents
No Data
Reply
  • 37774
    posted

    There is no way to control the designer verbs, as far as I am aware, without deriving your own designer and assigning that to your MyTabControl.  This is because the designer code needs to be pre-compiled in order for Visual Studio to load it; you cannot dynamically execute code into the design surface, as far as I am aware.

    -Matt

Children
No Data