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 SftMask/OCX control generates these events:
Event | Description |
---|---|
CalculatorKeyDown | A key is pressed while the popup calculator is active. |
CalculatorKeyPress | An ANSI key is pressed while the popup calculator is active. |
CalculatorKeyUp | A key is released while the popup calculator is active. |
CalendarKeyDown | A key is pressed while the popup calendar is active. |
CalendarKeyPress | An ANSI key is pressed while the popup calendar is active. |
CalendarKeyUp | A key is released while the popup calendar is active. |
Change | The control contents are changing. |
CustomValidation | Valid input is detected (custom application validation). |
DragStarting | The beginning of a drag & drop operation has been detected. |
DropDown | The Calendar/Calculator/AutoComplete window is changing its view status. |
EllipseClicked | The ellipse button is clicked. |
FocusIn | The control receives the input focus. |
FocusOut | The control loses the input focus. |
InputModeUpdate | The input insert/overtype mode is updated. |
InvokingCalculator | A key is pressed which is about to invoke the popup calculator. |
KeyDown | A key is pressed. |
KeyPress | An ANSI key is pressed. |
KeyUp | A key is released. |
MatchAccept | The user has accepted an autocomplete text entry. |
MatchAddCustomItems | The control now accepts custom autocomplete entries. |
MatchCustom | The user has accepted a custom autocomplete entry. |
Matching | Accept an autocomplete text entry for display. |
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. |
PrePaste | Text is about to be pasted into the control. |
SizeChange | The control's size has changed. |
UpdateMonth | A new month is displayed. |
UpDownHandled | The control contents have been modified using the up/down button. |
UpDownPress | The up/down button is pressed. |
ValidationError | Invalid input is detected, based on the Mask property. |
See Also Object Hierarchy