-
Currently a user has to click a document tab to set it as focused, then right click to bring up the context menu. Several of our customers have requested that when right clicking an unfocused tab, the tab should take focus and the context menu should show. I understand how it can be frustrating to click...
-
Thanks Tim, I was using TypeDescriptor.GetProperties() however was trying to hook to the DockableWindow.Pinned property. Even though I looked in Reflector I did not realise that I could not hook on to this property.
-
Hi, Is there anyway that you can subscribe to certain properties changing? For example, I want to listen DockableWindow.Pinned property is changed so I can trigger an event/change state. cheers, Dennis