This document covers the following topics:
An open tree 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 (INatAutoObjectTrees) | Get only |
Used to navigate to the root interface.
Natural Data Format | Variant Type | Remark |
---|---|---|
HANDLE OF OBJECT | VT_DISPATCH (INatAutoStudio) | Get only |
A string containing an XML document that describes the behavior of this tree view document window. If the profile of a tree view is modified, the new settings apply from that time on. The already visible part of the tree is not redrawn according to the new profile settings. The XML document is structured according to the following DTD:
<!ELEMENT TreeViewProfile (Recursion?)> <!ELEMENT Recursion (Detect?, Mark?, Expand?)> <!ELEMENT Detect (#PCDATA)> <!ELEMENT Mark (#PCDATA)> <!ELEMENT Expand (#PCDATA)>
Element | Meaning | ||||||
---|---|---|---|---|---|---|---|
Detect |
|
||||||
Mark |
|
||||||
Expand |
|
The ID of the plug-in that created the tree 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 methods are available:
Closes the tree 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.
Cancels an Expand All operation. This method has the same effect as pressing the ESC key.
Returns the root node of this MDI tree view.
Name | Natural Data Format | Variant Type | Remark |
---|---|---|---|
Return value | HANDLE OF OBJECT | VT_DISPATCH (INatAutoObjectTreeNode) |
The root node of this MDI tree view.
Returns the node currently selected in this MDI tree view.
Name | Natural Data Format | Variant Type | Remark |
---|---|---|---|
Return value | HANDLE OF OBJECT | VT_DISPATCH (INatAutoObjectTreeNode) |
The node currently selected in this MDI tree view.
A plug-in that has created a list view document window can expect to
receive the following notifications through its method
OnNotify
: