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 entry's type.
Get
| VB.NET | Type = object.Type As SftOptionsEntryConstants | 
| VB | Type = object.Type As SftOptionsEntryConstants | 
| C#.NET | SftOptionsEntryConstants Type = object.Type; | 
| VC++ | enum SftOptionsEntryConstants Type = object->Type;  enum SftOptionsEntryConstants Type = object->GetType();  | 
| C | HRESULT object->get_Type(enum SftOptionsEntryConstants* Type); | 
Put
| VB.NET | object.Type = Type As SftOptionsEntryConstants | 
| VB | object.Type = Type As SftOptionsEntryConstants | 
| C#.NET | SftOptionsEntryConstants object.Type = Type; | 
| VC++ | enum SftOptionsEntryConstants object->Type = Type;  void object->PutType(enum SftOptionsEntryConstants Type);  | 
| C | HRESULT object->put_Type(enum SftOptionsEntryConstants Type); | 
object
Type
Defines the entry's type.
| Name | Value | Description | 
|---|---|---|
| entrySftOptionsTopic | 0 | The entry is a topic heading. No option or option value is associated with this entry. | 
| entrySftOptionsCheckBox | 1 | The entry is a check box entry. A True/False value is associated with this entry (see Entry.Value). | 
| entrySftOptionsCheckBox3 | 2 | The entry is a 3-state check box entry. A True/False/Unknown value is associated with this entry (see Entry.Value). | 
| entrySftOptionsRadioButton | 3 | The entry is a radio button entry. A True/False value is associated with this entry (see Entry.Value). | 
| entrySftOptionsEllipse | 4 | The entry is an ellipse entry. A string value is associated with this entry (see Entry.Value) which can be modified by the user by clicking on the ellipse button. | 
The Type property defines the entry's type.
See Also SftOptionsEntry Object | Object Hierarchy
