ArcObjects Component Help  (Core)    

IFrameElement.Object Property

Object framed by this element.

[Visual Basic 6.0]
Property Object As Variant
[Visual Basic .NET]
Public Read Only Property Object As Object
[C#]
public object Object {get;}
[C++]
public: __property Object* get_Object();

Remarks

Object returns the object contained within the frame.  Once the object is returned, it is up to the developer to figure out what type of object it is.  Use this property when you wish to perform an operation on the object within the frame.