Hi,
I found a minor issue that concerns the Online documentation. Recently I was searching for a possibility on how to get the UltraToolbarsManager object when handling the MouseDown-Event on an UltraToolbarsDockArea object so I searched the Online documentation to find a suitable property but without success. When I did a Google search I found a posting in the Infragistics forum that the UltraToolbarsDockArea has a property called ToolbarsManager and when I tried to use it IntelliSense showede it to me and it also worked as I expected. Again I looked into the documentation to find the property but still couldn't find it. Is there a reason for that? I guess it is generated automatically from Source Code so maybe there is a problem there?
Regards, Wolfgang
Hello Qbupoew,
The UltraToolbarsDockArea is created and managed by the ToolbarsManager. The ToolbarsManager does not expect you to be modifying the UltraToolbarsDockAreas. Anything you do to the UltraToolbarsDockAreas directly is likely to cause a problems. The property is hidden from IntelliSense and it is not included in the documentation for that reason.
Please if you have any questions feel free to ask me.