SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
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
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
SftTree/NET 2.0 - Tree Control
Defines the default text handling.
Get
| VB.NET | Style = object.DefaultHandling As SftMaskDefaultHandlingConstants |
| VB | Style = object.DefaultHandling As SftMaskDefaultHandlingConstants |
| C#.NET | SftMaskDefaultHandlingConstants Style = object.DefaultHandling; |
| VC++ | enum SftMaskDefaultHandlingConstants Style = object->DefaultHandling; enum SftMaskDefaultHandlingConstants Style = object->GetDefaultHandling(); |
| C | HRESULT object->get_DefaultHandling(enum SftMaskDefaultHandlingConstants* Style); |
Put
| VB.NET | object.DefaultHandling = Style As SftMaskDefaultHandlingConstants |
| VB | object.DefaultHandling = Style As SftMaskDefaultHandlingConstants |
| C#.NET | SftMaskDefaultHandlingConstants object.DefaultHandling = Style; |
| VC++ | enum SftMaskDefaultHandlingConstants object->DefaultHandling = Style; void object->PutDefaultHandling(enum SftMaskDefaultHandlingConstants Style); |
| C | HRESULT object->put_DefaultHandling(enum SftMaskDefaultHandlingConstants Style); |
object
Style
Defines the default text handling.
| Name | Value | Description |
|---|---|---|
| dfltSftMaskImmediate | 0 | Immediate - If the control's contents are empty, the default text defined using the DefaultText property is restored as the default value in the control. |
| dfltSftMaskDelayed | 1 | Delayed - When the control loses the input focus and the control's contents are empty, the default text defined using the DefaultText property is restored as the default value in the control. |
The DefaultHandling property defines the default text handling.
The DefaultHandling property determines when the control contents are inspected and, if empty, the DefaultText property value is assigned to the Text property. If the DefaultText property is empty, the DefaultHandling property has no effect.
See Also SftMask Object | Object Hierarchy
