AppWindow.OLEInPlaceDeactivate Method | |
Called whenever a child OLE object is about to be "inplace" deactivated.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax Examples
The following example is from the OLE Container application in ...\SAMPLES\OLE\CONT:
1METHOD OLEInPlaceDeactivate() CLASS Container
2SELF:Owner:ToolBar:Show()
3
4RETURN SUPER:OLEInPlaceDeactivate()
See Also