Click or drag to resize

DataWindow.OLEInPlaceActivate Method

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

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD OLEInPlaceActivate() 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 OLEInPlaceActivate() CLASS Container
2SELF:Owner:ToolBar:Hide()
3//self:Owner:StatusBar:Hide()
4RETURN SUPER:OLEInPlaceActivate()
See Also