SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
The SftBox/OCX control generates these events:
| Event | Description |
|---|---|
| ColumnSize | The user is resizing the columns. |
| ColumnSizeEnded | The user has stopped resizing the columns. |
| ColumnSizeStarted | The user is about to resize the columns. |
| ColumnsReordered | The user is reordering the columns. |
| ContextMenu | The right mouse button is released or Shift-F10 is pressed requesting a context menu. |
| DragStarting | The user is initiating an OLE drag & drop operation. |
| EditChange | The edit control portion has changed. |
| EditUpdate | The edit control portion has changed and is about to be redrawn. |
| FocusIn | The control receives the input focus. |
| FocusOut | The control loses the input focus. |
| ItemClick | A mouse button is clicked. |
| ItemCollapsed | An item has been collapsed. |
| ItemDblClk | A mouse button is double-clicked. |
| ItemDeleted | An item is deleted. |
| ItemExpanded | An item has been expanded. |
| KeyDown | A key is pressed. |
| KeyPress | An ANSI key is pressed. |
| KeyUp | A key is released. |
| MouseDblClk | A mouse button is double-clicked. |
| MouseDown | A mouse button is pressed. |
| MouseMove | The mouse is moved. |
| MouseUp | A mouse button is released. |
| OffsetChange | The horizontal scrolling offset changes. |
| OLECompleteDrag | Source object is notified that the OLE drag & drop operation is ending. |
| OLEDragDrop | An object is dropped on the control. |
| OLEDragOver | An object is dragged over the control. |
| OLEGiveFeedback | Source object can provide visual feedback during OLE drag & drop. |
| OLESetData | Source object can provide data and/or data formats. |
| OLEStartDrag | Source object is starting an OLE drag & drop operation. |
| SelectionAccept | The current selection is accepted (permanently). |
| SelectionCancel | The current selection is cancelled. |
| SelectionChange | The current selection is changing. |
| Showing | The drop down portion is rolling up/down. |
| SizeBoxChange | The user resized the drop down portion using the size box. |
| SizeChange | The control's size has changed. |
| SortCompare | Two items are compared for sorting purposes. |
| ToolTipCell | A cell ToolTip is about to be displayed. |
| ToolTipColumn | A column header ToolTip is about to be displayed. |
| ToolTipVScroll | A ScrollTip is about to be displayed. |
| TopChange | The control is scrolled vertically. |
See Also Object Hierarchy
