Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptionsEntry.Type Property

Defines the entry's type.

Syntax

Get

VB.NETType = object.Type As SftOptionsEntryConstants
VBType = object.Type As SftOptionsEntryConstants
C#.NETSftOptionsEntryConstants Type = object.Type;
VC++enum SftOptionsEntryConstants Type = object->Type;
enum SftOptionsEntryConstants Type = object->GetType();
CHRESULT object->get_Type(enum SftOptionsEntryConstants* Type);

Put

VB.NETobject.Type = Type As SftOptionsEntryConstants
VBobject.Type = Type As SftOptionsEntryConstants
C#.NETSftOptionsEntryConstants object.Type = Type;
VC++enum SftOptionsEntryConstants object->Type = Type;
void object->PutType(enum SftOptionsEntryConstants Type);
CHRESULT object->put_Type(enum SftOptionsEntryConstants Type);

object

A SftOptionsEntry object.

Type

Defines the entry's type.

NameValueDescription
entrySftOptionsTopic0The entry is a topic heading. No option or option value is associated with this entry.
entrySftOptionsCheckBox1The entry is a check box entry. A True/False value is associated with this entry (see Entry.Value).
entrySftOptionsCheckBox32The entry is a 3-state check box entry. A True/False/Unknown value is associated with this entry (see Entry.Value).
entrySftOptionsRadioButton3The entry is a radio button entry. A True/False value is associated with this entry (see Entry.Value).
entrySftOptionsEllipse4The 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.

Comments

The Type property defines the entry's type.

See Also SftOptionsEntry Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.