Add
structured navigation functionality to your applications. The ExplorerTree
component adds navigation functionality to your applications, it brings simple
information structuring and easy application navigation. It contains a WYSWYG
designer, which is available in all environments such as .NET, VFP or else. It
simplifies the organization of information in your applications. Hierarchical
structure of Groups and Items allows perfect structuring of information.
Create Outlook style bar and tree navigation interfaces. The ExplorerTree
supports the following properties and methods:
| | Name | Description | |
| | AllowResizeShortcutBar | Specifies whether the user can resize the shortcutbar, to allow multiple shortcuts to be visible. | |
| | AllowTooltip | Specifies whether the control displays a tooltip when the item's caption is too long. | |
| | AnchorFromPoint | Retrieves the identifier of the anchor from point. | |
| | Appearance | Specifies the control's appearance. | |
| | AttachTemplate | Attaches a script to the current object, including the events, from a string, file, a safe array of bytes. | |
| | AutoScrollBar | Specifies whether the control adds the vertical scroll bar if required. | |
| | BackColor | Retrieves or sets a value that indicates the control's background color. | |
| | BackColorGroup | Retrieves or sets a value that indicates the group's background color. | |
| | BackColorGroup2 | Specifies the color at the ending boundary line of the gradient group's caption. | |
| | Background | Returns or sets a value that indicates the background color for parts in the control. | |
| | BeginUpdate | Maintains performance when items are added to the control one at a time. | |
| | BorderGroupHeight | Specifies the height of the border between groups. | |
| | BorderHeight | Specifies the border's height. | |
| | BorderWidth | Specifies the border's width. | |
| | DelayScroll | Specifies the delay used when user selects a group. | |
| | DisplayExpandIcon | Specifies whether the control displays the expand icon on the group's caption. | |
| | Enabled | Enables or disables the control. | |
| | EndUpdate | Resumes painting the control after painting is suspended by the BeginUpdate method. | |
| | EnsureVisible | Ensures the given group/item is in the visible client area. | |
| | EventParam | Retrieves or sets a value that indicates the current's event parameter. | |
| | ExecuteTemplate | Executes a template and returns the result. | |
| | ExpandIcon | Retrieves or sets the index of the icon used to paint the expand button. | |
| | ExpandOnClick | Expands the group when its caption is clicked. | |
| | ExpandShortcutCount | Retrieves or sets a value that indicates the number of shortcuts being expanded. | |
| | ExpandShortcutImage | Retrieves or sets a value that indicates the index of the image being displayed to expand the shortcuts. | |
| | FocusGroup | Retrieves the group that has the focus. | |
| | Font | Retrieves or sets the control's font. | |
| | ForeColor | Retrieves or sets a value that indicates the control's foreground color. | |
| | ForeColorGroup | Retrieves or sets a value that indicates the group's foreground color. | |
| | FormatAnchor | Specifies the visual effect for anchor elements in HTML captions. | |
| | GroupAppearance | Specifies the group's appearance. | |
| | GroupFromPoint | Gets the group from point. | |
| | GroupHeight | Specifies the group's height. | |
| | GroupListFromPoint | Gets the group's list from point. | |
| | Groups | Retrieves the control's groups collection. | |
| | HandCursor | Specifies whether the control uses the hand cursor when the mouse is over the group. | |
| | HTMLPicture | Adds or replaces a picture in HTML captions. | |
| | hWnd | Retrieves the handle of the control's window. | |
| | Images | Sets the control's handle image list. | |
| | ImageSize | Retrieves or sets the size of icons the control displays. | |
| | OLEDrag | Causes a component to initiate an OLE drag/drop operation. | |
| | OLEDropMode | Returns or sets how a target component handles drop operations | |
| | Picture | Retrieves or sets a graphic to be displayed in the control's background. | |
| | PictureDisplay | Retrieves or sets a value that indicates the way how the graphic is displayed on the control's background. | |
| | Refresh | Refreshes the control. | |
| | ReplaceIcon | Adds a new icon, replaces an icon or clears the control's image list. | |
| | ScrollButtonHeight | Specifies the height of the button in the vertical scrollbar. | |
| | ScrollButtonWidth | Specifies the width of the button in the horizontal scrollbar. | |
| | ScrollFont | Retrieves or sets the scrollbar's font. | |
| | ScrollHeight | Specifies the height of the horizontal scrollbar. | |
| | ScrollOrderParts | Specifies the order of the buttons in the scroll bar. | |
| | ScrollPartCaption | Specifies the caption being displayed on the specified scroll part. | |
| | ScrollPartEnable | Indicates whether the specified scroll part is enabled or disabled. | |
| | ScrollPartVisible | Indicates whether the specified scroll part is visible or hidden. | |
| | ScrollThumbSize | Specifies the size of the thumb in the scrollbar. | |
| | ScrollToolTip | Specifies the tooltip being shown when the user moves the scroll box. | |
| | ScrollWidth | Specifies the width of the vertical scrollbar. | |
| | SelectShortcut | Selects and displays the specified shortcut. | |
| | ShortcutBarBackColor | Retrieves or sets the shortcut bar's background color. | |
| | ShortcutBarHeight | Selects and displays the specified shortcut. | |
| | ShortcutBarSelBackColor | Retrieves or sets the background color for the selected icon in the shortcut bar. | |
| | ShortcutBarSelCaptionBackColor | Retrieves or sets the background color for selected shortcut when its entire caption is displayed. | |
| | ShortcutFromPoint | Gets the shortcut from the cursor. | |
| | ShortcutPicture | Specifies a custom-size picture assigned to a shortcut. | |
| | ShortcutPictureHeight | Specifies the height in pixels of the custom size picture being displayed in the shortcut bar. | |
| | ShortcutPictureWidth | Specifies the width in pixels of the custom size picture being displayed in the shortcut bar. | |
| | ShortcutResizeBackColor | Retrieves or sets the background color for the shortcut's resize bar. | |
| | ShowFocusRect | Specifies a value that indicates whether the control draws the focused item. | |
| | ShowImageList | Retrieves or sets a value that indicates whether the image list window is visible or hidden. | |
| | ShowShortcutBar | Retrieves or sets a value that indicates whether the image shortcut bar is visible or hidden. | |
| | ShowToolTip | Shows programmatically a tooltip at given position. | |
| | Template | Specifies the control's template. | |
| | TemplateDef | Defines inside variables for the next Template/ExecuteTemplate call. | |
| | TemplatePut | Defines inside variables for the next Template/ExecuteTemplate call. | |
| | ToolTipDelay | Specifies the time in ms that passes before the ToolTip appears. | |
| | ToolTipFont | Retrieves or sets the tooltip's font. | |
| | ToolTipMargin | Defines the size of the control's tooltip margins. | |
| | ToolTipPopDelay | Specifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control. | |
| | ToolTipWidth | Specifies a value that indicates the width of the tooltip window, in pixels. | |
| | UseVisualTheme | Specifies whether the control uses the current visual theme to display certain UI parts. | |
| | Version | Retrieves the control's version. | |
| | VisualAppearance | Retrieves the control's appearance. | |