MobileForms Toolkit Documentation

ListItem  Constructor (Int32, Int32, Int32, Int32)

This constructor is used for the derived classes.

protected ListItem(
int ti,
int sti,
int ati,
int tbti
);

Parameters

ti
The template index.
sti
The selected template index.
ati
The alternate template index.
tbti
The textbox template index.

Remarks

The constructor sets mapping to null and creates no data. Most data manipulation methods doesn't work (throws exception) after using this constructor. You must override the following members:

The StringData property is not get/set in derived items using this constructor.

See Also

ListItem Class | Resco.Controls.AdvancedComboBox Namespace | ListItem Constructor Overload List