다음을 통해 공유


Treeview Control Properties and Methods

Topic Last Modified: 2006-06-13

This topic describes the properties of the EXTV interface, and lists the methods for programming the Exchange Store TreeView control.

Note

For standard Microsoft® Visual Basic® properties, methods, and events, see the Visual Basic documentation in the MSDN® Library.

Properties

Name Type Description

DragOff Property

Boolean

Specifies if the control's drag and drop functionality is disabled.

Status Property

String

Specifies the status of a WebDAV response. Read-only.

Methods

Name Description

AddRootNode Method

Adds a node to the TreeView control using a URL to a top-level hierarchy in the Exchange store

CreateResource Method

Creates a resource as a subfolder in the Exchange store and adjusts the TreeView control hierarchy to reflect the change

DeleteResource Method

Deletes a folder in the Exchange store and adjusts the TreeView control hierarchy to reflect the change

GetRootNode Method

Obtains a root node object from a valid root URL

GetRootNodes Method

Obtains a collection of root nodes that have been added by the control

GetSelectedNode Method

Returns a TNode object of the selected node

MoveResource Method

Moves a folder to a location where it becomes the child folder of a destination folder

RefreshSelectedNode Method

Updates the display of a selected node and its subordinate hierarchy

RemoveAllNodes Method

Removes all nodes in the TreeView control

RemoveRootNode Method

Removes a root node and its hierarchy from the TreeView control

SelectNode Method

Selects a specified node