Click or drag to resize

DataWindow.UpdateActiveObject Method (Typed)

X#
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
 VIRTUAL METHOD UpdateActiveObject() AS VOID
Request Example View Source
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