INatAutoObjectList

This document covers the following topics:


Purpose

An open list view document window.

Properties

The following properties are available:

Parent

Used to navigate to the parent interface of this interface.

Natural Data Format Variant Type Remark
HANDLE OF OBJECT VT_DISPATCH (INatAutoObjectLists) Get only

Studio

Used to navigate to the root interface.

Natural Data Format Variant Type Remark
HANDLE OF OBJECT VT_DISPATCH (INatAutoStudio) Get only

PlugInID

The ID of the plug-in that created the list view document window. A plug-in can use this property to iterate only across its own document windows.

Natural Data Format Variant Type Remark
A VT_BSTR Get only

Methods

The following method is available:

Close

Closes the list view document window. This method is executed asynchronously. In particular, this means that if it is called from within the method OnCommand of a plug-in, the window will only really be closed after the method OnCommand has terminated.

Notifications

A plug-in that has created a list view document window can expect to receive the following notifications through its method OnNotify.