Click or drag to resize

DataWindow.UpdateActiveObject Method

X#
Update the toolbars of any in-place active OLE objects.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD UpdateActiveObject() AS USUAL
Request Example View Source

Return Value

Type: Usual
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