Platform SDK: Exchange 2000 Server

Tree Example

[This is preliminary documentation and subject to change.]

Include the Component

When you insert the component, you can add style instructions and instruct the behavior which procedure to call in response to events. In this case, no style information has been specified; provide a location for graphics and the names of two functions to call in response to events.

Create a tree view object with the name objTree.

WM:TreeView id="objTree" style=''
      onpickfolder   = "objTree_OnPickFolder(event.URL);"
      onaddheirarchy   = "objTree_OnAddHeirarchy();"
      imagePath      = "/exchweb/img/"
      />