ArcObjects Library Reference (Editor)  

IAttributeWindow.ObjectInspector Property

Current object attribute inspector.

[Visual Basic .NET]
Public ReadOnly Property ObjectInspector As IObjectInspector
[C#]
public IObjectInspector ObjectInspector {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use IAttributeWindow::ObjectInspector to access the object inspector and listen for events triggered in the inspector.

See Also

IAttributeWindow Interface