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