Object
This keyword lets you dig inside an OLE Container control to talk to the actual ActiveX control inside. Most of the time, though, you don't need it.
Usage |
oleContainer.Object.Property = uValue uValue = oleContainer.Object.Property oObject = oleContainer.Object oleContainer.Object.Method() |
Example |
* Say you've put an ImageList on the * form and called its OLE Container * oleImageList. To assign this * ImageList to a Treeview in an * OLE Container called oleTree, use: ThisForm.oleTree.ImageList = ThisForm.oleImageList.Object |
See Also |