DataWindow.UpdateActiveObject Method (Typed) | |
Update the toolbars of any in-place active OLE objects.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax Remarks
OLEDataWindow:UpdateActiveObject() calls the UpdateTools() method of any currently activated OLE object that the OLE data window contains. It first determines which OLE object control is in-place active, and then replaces the X# container application's toolbars with the OLE server's toolbars. In response to a resizing of the container application, this method causes the OLE object server to rearrange its toolbars.
See Also