dbicExplorerBar Send comments on this topic.
Dbi.WinControl.ExplorerBar Namespace
See Also  Inheritance Hierarchy
dbicExplorerBar Assembly : Dbi.WinControl.ExplorerBar Namespace
The dbicExplorerBar Namespace

Classes

ClassDescription
dbiExplorerBar An enhanced Explorer/Navigation/SideBar control
dbiExplorerItem

Represents an ExplorerItem which is a child element of an ExplorerList, often referenced by the ItemIndex which is the index against the ListItem collection. The ExplorerItem is attached to an Items Property collection.

dbiExplorerList

Represents a List in the control. Each list can contain items, panels or navigation buttons depending on the settings of the ControlType Property.

DragOutEventArgs The arguments provided to the DragOut Event.
DropButtonClickEventArgs The arguments provided to the DropButtonClick Event.
ExplorerItemCollection A collection of dbiExplorerItem items.
ExplorerListCollection A collection of dbiExplorerList items.
FirstDrawEventArgs The arguments provided to the FirstDraw Event.
ItemClickEventArgs The arguments provided to the ItemClick Event.
ItemOverEventArgs The arguments provided to the ItemOver Event.
ListChangeEventArgs The arguments provided to the ListChange Event.
ListClickEventArgs The arguments provided to the ListClick Event.
ScrollCompleteEventArgs The arguments for the ScrollComplete Event

Structures

StructureDescription
dbiExplorerBar.OffsetRect

The OffsetRect structure for the control.

Delegates

DelegateDescription
dbiExplorerBar.EventDragOutHandle Represents the method that will handle the DragOut Event.
dbiExplorerBar.EventDropButtonClickHandle Represents the method that will handle the DropButtonClick Event.
dbiExplorerBar.EventFirstDrawHandler Represents the method that will handle the FirstDraw Event.
dbiExplorerBar.EventItemClickHandle Represents the method that will handle the ItemClick Event.
dbiExplorerBar.EventItemOverHandle Represents the method that will handle the ItemOver Event.
dbiExplorerBar.EventListChangeHandle Represents the method that will handle the ListChange Event.
dbiExplorerBar.EventListClickHandle Represents the method that will handle the ListClick Event.
dbiExplorerBar.EventScrollCompleteHandle Represents the method that will handle the ScrollComplete Event

Enumerations

EnumerationDescription
dbiExplorerList.enumState The state of the explorer list.
enumArrowStyle The style of arrow to be displayed.
enumArrowType The type of arrow to display.
enumControlStyle The type of control styling to use to set the properties of the control. For a visual guide, see Control Styles.
enumControlType The overall look for the control.
enumHighlightType Determines when the text in a list or item will be highlighted when the mouse moves over it.
enumImageSize The image size for the item images (Navigation).
enumNavButtonAlign

The alignment of the NavButtons.

enumScrollDirection The direction in which the scroll occured.
enumToolTipPosition The location of the tooltips text.
VerticalAlignment The vertical alignment of an object.

See Also