Click or drag to resize

AppWindow.OLEInPlaceDeactivate Method (Typed)

X#
Called whenever a child OLE object is about to be "inplace" deactivated.

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

Return Value

Type: Usual
Examples
The following example is from the OLE Container application in ...\SAMPLES\OLE\CONT:
X#
1METHOD OLEInPlaceDeactivate() CLASS Container
2SELF:Owner:ToolBar:Show()
3//self:Owner:StatusBar:Show()
4RETURN SUPER:OLEInPlaceDeactivate()
See Also