Hi All-
Can any one tell me why the handle property for Infragistics Win Tool Bar is not available ? If so how to get that property ?
Thank you.
What is it that you're trying to do? The Handle property is on the Control class, while the ToolbarsManager is a component. Many times, when the ToolbarsManager needs access to a handle, it uses that of its DockWithinContainer, which is usually the form to which it belongs.
-Matt