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
Defines the control's default text.
Get
VB.NET | String = object.DefaultText As String |
VB | String = object.DefaultText As String |
C#.NET | string String = object.DefaultText; |
VC++ | _bstr_t String = object->DefaultText; _bstr_t String = object->GetDefaultText(); |
C | HRESULT object->get_DefaultText(BSTR* String); |
Put
VB.NET | object.DefaultText = String As String |
VB | object.DefaultText = String As String |
C#.NET | string object.DefaultText = String; |
VC++ | _bstr_t object->DefaultText = String; void object->PutDefaultText(_bstr_t String); |
C | HRESULT object->put_DefaultText(BSTR String); |
object
String
Defines the control's default text. Special symbolic values can be used and are identical to the values used with the Text property.
The DefaultText property defines the control's default text.
If the control's contents are empty, the DefaultText property value is assigned to the Text property. The DefaultHandling property determines at which time the control contents are inspected.
To assign a default value for the control when the control is initially created or displayed, use the Text property instead.
See Also SftMask Object | Object Hierarchy