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
Switches the masked edit control into or out of design mode.
C
BOOL SftMask_SetDesign(HWND hwndCtl, BOOL fSet);
C++
BOOL CSftMask::SetDesign(BOOL fSet);
hwndCtl
The window handle of the masked edit control.
fSet
TRUE to enable design mode, FALSE to disable it.
The return value is TRUE if the design mode was changed successfully.
Design mode suppresses user interaction effects. It is intended for design-time tools which host the control, such as the SftMask/DLL Wizard; typical applications do not use design mode.
See Also GetDesign
