SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftTree/NET 2.0 - Tree Control
Values for the iInputMode field on SFTMASK_CONTROL, defining the control's insert/overtype mode behavior (see Insert/Overtype Mode).
| SFTMASK_INPUTINSERTONLY (0) | The control always uses insert mode. The Insert key has no effect. Default. |
| SFTMASK_INPUTINSERT (1) | The control starts in insert mode. The Insert key toggles the mode; the mode persists for this control. |
| SFTMASK_INPUTOVERTYPE (2) | The control starts in overtype mode. The Insert key toggles the mode; the mode persists for this control. |
| SFTMASK_INPUTINSERTENTRY (3) | The control uses insert mode every time it receives the input focus. The Insert key toggles the mode for the current entry only. |
| SFTMASK_INPUTOVERTYPEENTRY (4) | The control uses overtype mode every time it receives the input focus. The Insert key toggles the mode for the current entry only. |
| SFTMASK_INPUTINSERTAPPGLOBAL (5) | The insert/overtype mode is shared by all masked edit controls of the application which use this setting. The Insert key toggles the shared mode. |
The current mode is reported to the application through the NM_SFTMASK_INPUTMODEUPDATE notification. The fInsert field reflects and sets the current mode.
See Also Insert/Overtype Mode | Notifications | SFTMASK_CONTROL
