dbicList Send comments on this topic.
Dbi.WinControl Namespace
See Also  Inheritance Hierarchy
dbicBase Assembly : Dbi.WinControl Namespace
the base namespace for all DBI CORE control classes

Classes

ClassDescription
AfterCellEditEventArgs Arguments for the AfterCellEdit Event.
AfterColumnSortEventArgs Arguments for the AfterColumnSort Event.
AfterNodeCollapseEventArgs Arguments for the AfterNodeCollapse Event.
AfterNodeExchangeEventArgs Arguments for the AfterNodeExchange Event.
AfterNodeExpandEventArgs Arguments for the AfterNodeExpand Event.
AfterNodeSelectEventArgs Arguments for the AfterNodeSelect Event.
BeforeCellEditEventArgs Arguments for the BeforeCellEdit Event.
BeforeCellTextDisplayEventArgs Arguments for the BeforeCellTextDisplay Event.
BeforeColumnSortEventArgs Arguments for the BeforeColumnSort Event.
BeforeNodeCollapseEventArgs Arguments for the BeforeNodeCollapse Event.
BeforeNodeExchangeEventArgs Arguments for the BeforeNodeExchange Event.
BeforeNodeExpandEventArgs Arguments for the BeforeNodeExpand Event.
BeforeNodeSelectEventArgs Arguments for the BeforeNodeSelect Event.
BeforePaintEventArgs Arguments for the BeforePaint Event.
CellFormatCollection A collection to store dbiCellFormat Items
ChangeEventArgs Arguments for the Change event.
CheckEventArgs Arguments for the CheckBox Click Event.
ColumnEventArgs Arguments used by column based events.
ColumnItemCollection A collection used to store the column items.
dbiCellFormat Provides the properties for defining cell formats.
dbiColumnFormat Provides the properties for defining columns.
dbiColumnItem Provides the properties for defining columns.
dbiComboBox A custom ComboBox class.
DbiListControl

The base dbiList control.                   

dbiNodeItem Provides the NodeItems for use in dbiList components.
dbiTextBox A custom TextBox class
DisplayUserControlEventArgs Arguments for the DisplayUserControlEvent.
DropListEventArgs Represents the method that will handle an item being dropped on the list.
EditInputKeyEventArgs Arguments for the EditInputKey Event.
EditKeyDownEventArgs Arguments for the EditKeyDown Event.
EditKeyPressEventArgs Arguments for the EditKeyPress Event.
EditKeyUpEventArgs Arguments for the EditKeyUp Event.
InitializeCellEditEventArgs Arguments for the InitializeCellEdit Event.
ItemEventArgs

Represents the method that will handle the AfterLabelEdit, BeforeLabelEdit, ItemClick and ItemDoubleClick events.

ListMouseOverEventArgs Represents the method that will handle the ListMouseOver event.
NodeClickEventArgs Represents the method that will handle the NodeClick event.
NodeDoubleClickEventArgs

Represents the method that will handle the NodeDoubleClick Event

NodeItemCollection Represents a collection of node items.
RemoveUserControlsEventArgs Arguments for the RemoveUserControls Event.
UserDrawnCellEventArgs Arguments for the UserDrawnCell Event.
UserDrawnColumnHeaderEventArgs Arguments for the UserDrawnColumnHeaders Event.
UserDrawnNodeEventArgs Arguments for the UserDrawnNode Event.
UserDrawnTitleEventArgs Arguments for the UserDrawnTitle Event.

Delegates

DelegateDescription
DbiListControl.AfterColumnSortEventHandler Represents the method that handles the AfterColumnSort Event
DbiListControl.BeforeColumnSortEventHandler Represents the method that handles the BeforeColumnSort Event
DbiListControl.EventAfterCellEditHandler Represents the method that handles the AfterCellEdit Event
DbiListControl.EventAfterNodeCollapseHandler Represents the method that handles the AfterNodeCollapse Event
DbiListControl.EventAfterNodeExchangeHandler Represents the method that handles the AfterNodeExchange Event
DbiListControl.EventAfterNodeExpandHandler Represents the method that handles the AfterNodeExpand Event
DbiListControl.EventAfterNodeSelectHandler Represents the method that handles the AfterNodeSelect Event
DbiListControl.EventBeforeCellEditHandler Represents the method that handles the BeforeCellEdit Event
DbiListControl.EventBeforeCellTextDisplayHandler Represents the method that handles the BeforeCellTextDisplay Event
DbiListControl.EventBeforeNodeCollapseHandler Represents the method that handles the BeforeNodeCollapse Event
DbiListControl.EventBeforeNodeExchangeHandler Represents the method that handles the BeforeNodeExchange Event
DbiListControl.EventBeforeNodeExpandHandler Represents the method that handles the BeforeNodeExpand Event
DbiListControl.EventBeforeNodeSelectHandler Represents the method that handles the BeforeNodeSelect Event
DbiListControl.EventBeforePaintHandler Represents the method that handles the BeforePaint Event
DbiListControl.EventChangeEventHandler Represents the method that handles the Change Event
DbiListControl.EventCheckClickEventHandler Represents the method that handles the CheckClick Event
DbiListControl.EventDisplayUserControlHandler Represents the method that handles the DisplayUserControl Event
DbiListControl.EventDropListEventHandler Represents the method that handles the DropList Event
DbiListControl.EventEditInputKeyHandler Represents the method that handles the EditInputKey Event
DbiListControl.EventEditKeyDownHandler Represents the method that handles the EditKeyDown Event
DbiListControl.EventEditKeyPressHandler Represents the method that handles the EditKeyPress Event
DbiListControl.EventEditKeyUpHandler Represents the method that handles the EditKeyUp Event
DbiListControl.EventHeaderClickEventHandler Represents the method that handles the HeaderClick Event
DbiListControl.EventHeaderDoubleClickEventHandler Represents the method that handles the HeaderDoubleClick Event
DbiListControl.EventInitializeCellEditHandler Represents the method that handles the InitializeCellEdit Event
DbiListControl.EventListMouseOverEventHandler Represents the method that handles the ListMouseOver Event
DbiListControl.EventNodeClickEventHandler Represents the method that handles the NodeClick Event
DbiListControl.EventNodeDoubleClickEventHandler Represents the method that handles the NodeDoubleClick Event
DbiListControl.EventRemoveUserControlsHandler Represents the method that handles the RemoveUserControls Event
DbiListControl.EventUserDrawnCellHandler Represents the method that handles the UserDrawnCell Event
DbiListControl.EventUserDrawnColumnHeaderHandler Represents the method that handles the UserDrawnColumnHeader Event
DbiListControl.EventUserDrawnNodeHandler Represents the method that handles the UserDrawnNode Event
DbiListControl.EventUserDrawnTitleHandler Represents the method that handles the BeforeInternalNodeAdded Event

Enumerations

EnumerationDescription
enumAlignment Specifies horizontal and vertical alignment within the container object.
enumArrowAlign Specifies alignment of sort arrows on a column.
enumColHeaderStatus Specifies the current special status of a column header.
enumControlAction Specifies the source of an action on the control
enumDataType Data types associated with various controls.
enumEditType Specifies the type of edit control
enumHorzScrollType Determines how the list area will be scrolled.
enumItemHeightType Determines if the item height can be resized.
enumLineType Determines the list/tree line connector line types.
enumListType Determines how the nodes will be drawn.
enumPlusMinusStyle Determines the style used to paint the plus/minus boxes
enumPreColumnType Determines the pre-column to be used on the list part of the control.
enumPrintListFormat Specifies the type of list to print.
enumPrintReportType Determines the type of report to print.
enumSortDirection Determines the directions of the sort.
enumStyle Specifies the style of the control to display.

Remarks


See Also