This document covers the following topics:
An open list view document window.
The following properties are available:
Used to navigate to the parent interface of this interface.
Natural Data Format | Variant Type | Remark |
---|---|---|
HANDLE OF OBJECT | VT_DISPATCH (INatAutoObjectLists) | Get only |
Used to navigate to the root interface.
Natural Data Format | Variant Type | Remark |
---|---|---|
HANDLE OF OBJECT | VT_DISPATCH (INatAutoStudio) | Get only |
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 |
The following method is available:
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.
A plug-in that has created a list view document window can expect to
receive the following notifications through its method
OnNotify
.