constants BrowseItemEnum
The BrowseItemEnum type specifies the type of data the control displays, when user browses for an item. The BrowseType property specifies what the item displays, when the user clicks/browses it. The BrowseItemEnum type supports the following values:

NameValueDescription
exBrowseItemDisable0 The item can not be browsed. Nothing happens if the user clicks the item, even it has child items or any custom control attached.
exBrowseItemChild1 The item browses its children. The child items get displayed when the user clicks the item.

exBrowseItemCustom2 The item browses custom data. The custom control is being shown, when the user clicks the item.