|
|
|
|
|
SftOptionsEntry.Type Property |
Defines the entry's type.
Syntax
|
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;
|
||
|
C |
HRESULT object->get_Type(enum SftOptionsEntryConstants* Type); |
||
|
Delphi |
Type := object.Type : TOleEnum; |
||
|
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;
|
||
|
C |
HRESULT object->put_Type(enum SftOptionsEntryConstants Type); |
||
|
Delphi |
object.Type := Type : TOleEnum; |
||
object
A SftOptionsEntry 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 SftOptionsEntry.Value). |
|
entrySftOptionsCheckBox3 |
2 |
The entry is a 3-state check box entry. A True/False/Unknown value is associated with this entry (see SftOptionsEntry.Value). |
|
entrySftOptionsRadioButton |
3 |
The entry is a radio button entry. A True/False value is associated with this entry (see SftOptionsEntry.Value). |
|
entrySftOptionsEllipse |
4 |
The entry is an ellipse entry. A string value is associated with this entry (see SftOptionsEntry.Value) which can be modified by the user by clicking on the ellipse button. |
Comments
The Type property defines the entry's type.
See Also SftOptionsEntry Object | Object Hierarchy