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 SftButton/OCX control generates these events:
Event | Description |
---|---|
Click | The button is clicked. |
DblClick | The button is double-clicked. |
DropDownClick | The drop down button is clicked. |
DropDownDblClick | The drop down button is double-clicked. |
FocusIn | The control receives the input focus. |
FocusOut | The control loses the input focus. |
HoverOff | The mouse cursor is moved outside the control. |
HoverOn | The mouse cursor is moved into the control. |
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. |
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. |
See Also Object Hierarchy